.htaccess 301 Redirect
I used this .htaccess 301 redirect trick I found. This way is better than meta refresh or redirect tag because there is no delay as the browser reads the .htaccess file first. However, it is only available to Linux server (doen’t work on Window server).
Open the .htaccess file and do the following chnages
To redirect certain page(s):
Redirect 301 /oldpage.html http://www.mysite.com/custom.html
Redirect 301 /oldpage2.html http://www.mysite.com/myfolder/
To redirect entire site:
Redirect 301 / http:/www.blogger.com/
No comments:
Post a Comment