Knowledgebase: Applications
HOW TO: Set up .htaccess redirect
Posted by on 09 December 2011 06:19 PM

How to set up .htaccess redirect?

Use the following line below in your .htaccess file.

Redirect 301 /example/test.html http://<your-new-redirect-sites>

__________________________________________________________________________________________________
e.g <your-new-redirect-sites> = www.newdomain.com/example/newpage.html

"Redirect 301" for a permanent redirect.
"Redirect 302" for a temporary redirect.

By default the system will choose "Redirect 302", if it is not otherwise specified.


Copyright © 1998 - 2021 Shinjiru International Inc. All Rights Reserved.