To summarize, add this to your .htaccess file:
Redirect 301 file.html http://www.mydomain.com/newfile.html
Sometimes you want to re-organize your web site. In my case I decided to move articles to a new ‘articles’ folder. So what happens to all the links pointing to the old location? I needed to redirect them. The procedure I will discuss here only works for Apache web servers. You are probably using order medicine online Apache but if not you are probably using a Microsoft web server (IIS). If so, do a web search on keywords like “iss redirect”. Read the rest of this entry »
Popularity: 1%