|
5 Notices
|
KB Home >
.htaccess
>
Redirect visitors from one page or directory to another
|
Redirect visitors from one page or directory to another Please look at the example lines below and place *similar* lines in your .htaccess file of the root folder and it will do the rest. [Remember to use a permanent keyword in the line to tell the search engines that the old link has moved to the new link] Syntax: Redirect permanent [old directory or file name][space][new directory or file name] Redirect permanent /olddirectory /newdirectory Redirect permanent /olddirectory /somedirectory/newdirectory Redirect permanent /oldhtmlfile.htm /newhtmlfile.htm Redirect permanent /oldhtmlfile.htm http://your-domain.com/newhtmlfile.htm All the above lines are valid. Just remember to replace the file/directory names with actual ones. |
Mail |
Print| Additional Info |
![]() |