Redirect from one web page to another web page

by Nirmala 2009-10-22 18:41:28

Htaccess Redirection:
If you want to redirect from one page to another page permanently just use the below code.

RedirectMatch permanent ^/old-filename$ http://www.domainname.com/new-filename

If you want to redirect from one page to another page temporarily just use the below code.

RedirectMatch temp ^/old-filename$ http://www.domainname.com/new-filename

Tagged in:

1471
like
1
dislike
0
mail
flag

You must LOGIN to add comments