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

What is Softaculous?

Softaculous is a commercial script library that automates the installation of commercial and open...

How to upload (Linux Hosting) ?

In this tutor you're about to learn how to upload your website content via FTP client software...

What is www or public_html folder?

Please note that " www"  is just the symbolic link or just a mirror to the public_html directory....

What is .htaccess?

The .htaccess file can be placed in one or more of your /home/user/public_html subdirectories....

How to enable 'register_globals' ?

Since we upgrade all our Linux server to suphp enable, The php_value or php_flag configured will...