How to Redirect

For example you like to redirect from http://www.yourdomain.com to http://www.yourdomain.com/v2, what you have to do is to edit your /public_html/.htaccess file and insert a new line as below:

RedirectMatch permanent ^/$ http://www.yourdomain.com/v2

Save the file & Its done.

  • 53 Users Found This Useful
Was this answer helpful?

Related Articles

Horde Session Timeout

You can keep your session active by configuring Horde to refresh your inbox automatically every x...

Disable SSL on Iphone

Click on Settings Click on Mail, Contacts and Calendars Under Accounts Select your Email...

How do I setup custom error pages using .htaccess?

This article covers the use of a .htaccess file to change Apache's settings directly to display a...

Tomcat: Where to upload my file ?

The folder/file structure as below:   /home         /your-username...