Code for redirect
-
What is the code to redirect
www.xyz.com/abc where abc is a folder to www.xyz.com/abc.html
-
Hi Atul
That would depend on what type of redirection you're after, 301, 302 and the type of server you are using Apache or ISS. There is a nice post here explaining redirections in detail. It should answer your question.
-
Hi Atul,
Tom is right - it depends on the server, but the linked-to post should tell you how to do this. If you are using a Microsoft IIS server, this post can help with those redirects.
Jane
-
I am doing 301 direct using apache server.
what should i write in .htaccess file
-
Hi Atul
This should help http://www.seomoz.org/img/upload/Cheat%20Sheet%20-%20301.png
Here is the full PDF version of Developer's SEO cheat sheet. I found it very useful when dealing with technical SEO issues.