Redirecting old site with .html extension
Permalink
Hi
We have been asked to redesign a clients old site which uses the .html extension. The site is ranked highly so all the pages need to have the same names including the .html. Is there a quick and easy way to do a 301 bulk redirect so all .html references redirect to no extension as used by concrete.
Thanks in advance.
We have been asked to redesign a clients old site which uses the .html extension. The site is ranked highly so all the pages need to have the same names including the .html. Is there a quick and easy way to do a 301 bulk redirect so all .html references redirect to no extension as used by concrete.
Thanks in advance.
AddType application/x-httpd-php .html
to your .htaccess
--ron