Overview
The Redirects interface allows you to send all of the visitors of a domain or particular page to a different URL.
For example, if create a page with a long URL, use the Redirects interface to add a redirect from a short URL to the long URL. Visitors can enter the short URL to access the content of the long URL.
Add a redirect
To add a redirect, perform the following actions:
|
1 2 3 4 5 6 7 8 |
<IfModule mod_rewrite.c> RewriteEngine on RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{HTTP_HOST} ^drupal\.user\.example\.com$ [OR] RewriteCond %{HTTP_HOST} ^www\.drupal\.user\.example\.com$ RewriteRule ^cptest$ "http\:\/\/cpanel\.net\/" [R=301,L] </IfModule> |
Remove a redirect
To remove a redirect, perform the following steps:
Search your redirects
To search your redirects, perform the following steps:
The interface will list the redirects that match your search criteria.
To sort your list of redirects, click the appropriate table heading.
1. Purchasea Linux Reseller Hosting. 2. Login to WHM. You can login to WHM via following URLs.... Read More
URL Frame works similar to URL redirect except that instead of redirecting the visitor to your... Read More
For cPanel 1. Login into cPanel. 2. Click on File Manager. 3. Go to root directory of... Read More
Email Forwarding through Cpanel Step 1: - Log into the cPanel and Navigate to the Email >... Read More
Overview The File Manager interface allows cPanel users to manage and edit their files. The... Read More