Create account Login Webmail Contact Us



 
RSS Feed
Knowledgebase : cPanel Support > Redirects
Redirects button The Redirects area allows you to redirect Internet traffics from one web page to another. This is usually used when a web page has been moved to another location. To set up a redirect: 1. Click on the Redirects button on the home page...
Remove a redirect when you no longer want to redirect Internet traffic from a web page. There is no way to modify a redirect - if you need to change the details of an existing redirect, you need to delete the existing one and start again. To remove a ...
Simply add the following to the .htaccess file in your public_html folder: RewriteEngine On Options +FollowSymlinks RewriteCond %{HTTP_HOST} ^domain\.com RewriteRule ^(.*)$ http://www.domain.com/$1 [R=permanent,L] Be sure to replace domain with y...