.htaccess 301 redirect results in server error 500

3 replies
  • WEB DESIGN
  • |
Hi,

I've been trying to redirect some old page to the new one using a proper 301 redirect using the .htaccess file but I get a server error 500 when checking to see if the old pages redirect.

here is a sample of the file.

redirect 301 /contact.htm http://www.consolewerks.co.uk/contact-us.html
redirect 301 /aboutus.htm http://www.consolewerks.co.uk/about-us.html
redirect 301 /links.htm http://www.consolewerks.co.uk/external-links.html
redirect 301 /products.htm http://www.consolewerks.co.uk/console-parts.html

Can you see any problems with it?
#301 #500 #error #htaccess #redirect #results #server

Trending Topics