Forum Moderators: phranque
I've renamed a page (page remained on original site and in original folder) and used a 301 redirect like so:
redirect 301 /folder/file.php [site.com...]
While this is working, I would have thought it better to use something like this:
redirect 301 /folder/file.php /folder/file.htm
but this only created an error. Have I used the correct syntax (thinking mainly from a search engine spider point of view) for the 301 statement? If I haven't, could someone please let me know how it should be stated.
Thanks.