The cPanel Redirects interface allows you to send all of the visitors to a domain or particular page to a different URL.

For example, if you 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.

 

How To Add A Redirect

To add a redirect, perform the following actions:

Select a redirect type from the Type menu.

  • Permanent (301) — This option notifies the visitor’s browser to update its records.
  • Temporary (302) — This option does not update the visitor’s bookmarks.

Select a domain name from the menu, or select **All Public Domains** to redirect all of the domains that your cPanel account controls.

In the next text box, enter the rest of the URL from which you wish for the server to redirect visitors.

For example, if you wish to redirect http://example.com/directory.file.html to another URL, enter directory/file.html in this text box.

In the Redirects to the text box, enter the URL to which you wish to redirect users.

You must specify a protocol in this text box.

For example,  http://,  https://,  or ftp://.

Select one of the following options:

  • Only redirect with www. — This option only redirects visitors who enter the www. prefix before the domain name part of the URL.
  • Redirect with or without www. — This option redirects all users, regardless of whether the visitor enters the www. prefix before the domain name part of the URL.
  • Do Not Redirect www. — This option does not redirect users who enter the www. prefix before the domain name part of the URL.

The interface disables the www. redirection option if you select **All Public Domains.**.

Select the Wild Card Redirect option if you wish to redirect all files within a directory to the same filename in the new directory.

For example, if you enable the Wild Card Redirect option and example1.com redirects to example.com, then a visitor who tries to access the http://example1.com/pic.jpg URL redirects to the http://example.com/pic.jpg URL.

Click Add.

To test the redirect, click the link under Directory in the Current Redirects table.

If you properly configured the redirect, the system directs you to the original domain.

 

If you use a third-party application or content management system to add a redirect, such as WordPress®, the redirect may not function properly.

When you add a redirect with the cPanel interface, the system places redirect rules at the bottom of the .htaccess file.

Some third-party applications ignore the rule that you add because those applications only read rules and configurations that their section of the .htaccess file contains.

The following example displays the configuration that you must add to the top of the .htaccess file to add a redirect for the Drupal content management system.

 

In the following example:

drupal.user.example.com represents the URL to redirect.

http://domain_name.net/ represents the URL to which to redirect.



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:\/\/domain_name.net\/" [R=301,L]

	

Note that you cannot edit a redirect.

The Current Redirects table lists the redirections that currently exist on your account.

To search for a redirection, enter the search criteria in the Search text box and click Go.

The table lists the following information about redirections:

 

Label Description
Domain The domain to redirect. ALL represents all of the account’s publicly-available domains.
Directory The directory to redirect. Click the link to test the redirection.
Regular Expression The system will redirect any URL that matches the regular expression in this column.
Redirect URL The URL to which you wish to redirect users.
HTTP Status Code The numerical HTTP Status Code of the redirect.
Type
  • permanent — This option notifies the visitor’s browser to update its records.
  • temporary — This option does not update the visitor’s bookmarks.
Match www. Only redirect visitors who enter the www. prefix before the domain name part of the URL.
Wildcard Redirect all files within a directory to the same filename in the new directory.
  • For example, if you enable the Wild Card Redirect option and example1.com redirects to example.com, then a visitor who tries to access the http://example1.com/pic.jpg URL redirects to the http://example.com/pic.jpg URL.
Actions Available actions for the redirection:
  • Delete — To delete the redirection. Click Yes to confirm the deletion.
War diese Antwort hilfreich? 0 Benutzer fanden dies hilfreich (0 Stimmen)