Community Forums
Connect with us on LinkedIn
+ Reply to Thread
Results 1 to 5 of 5
  1. #1
    Registered User
    Join Date
    Dec 2009
    Posts
    2

    Question How to config URL Redirect in WHM/cPanel ?

    Such as:
    bbs.aaaa.com --> bbbb.com/bbs

    Thanks
    Last edited by wookercn; 12-24-2009 at 10:05 AM.

  2. #2
    cPanel Partner NOC cPanel Partner NOC Badge JPC-Martin's Avatar
    Join Date
    May 2008
    Posts
    38

    Default

    You can use utility 'Redirects' which allow you to make a specific web page redirect to another page and display the contents of that page.

    You can find this at cPanel >> Domains >> Redirects
    Martin.K | JaguarPC.com
    JaguarPC High Class Hosting since 1998*
    Unmanaged VPS Hosting | Managed VPS Hosting | Fail Over Hosting

  3. #3
    Registered User
    Join Date
    Dec 2009
    Posts
    2

    Default

    Quote Originally Posted by JPC-Martin View Post
    You can use utility 'Redirects' which allow you to make a specific web page redirect to another page and display the contents of that page.

    You can find this at cPanel >> Domains >> Redirects
    Thanks for your replay.

    Redirects function can redirect www.aaa.com/dir to www.bbbbbbbb.com/abc/ttt.html

    but, I need to redirect a subdomain to a URL,such as
    abc.aaa.com ---> www.bbbbbbbb.com/abc/ttt.html

    Thanks
    Last edited by wookercn; 12-25-2009 at 07:49 AM.

  4. #4
    Member
    Join Date
    Jan 2008
    Posts
    141

    Default

    You will have select your subdomain instead of your main domain in the option from the combo box mentioned in the Redirects option from your cpanel. or you can manually write the forwarding rewrite rule in your .htaccess file.

  5. #5
    Member
    Join Date
    Apr 2009
    Posts
    230

    Default

    Try the following htaccess code :

    Code:
     RewriteEngine On
    RewriteCond %{HTTP_HOST}%{REQUEST_URI} ^bbs.aaaa.com/$ [NC,OR]
    RewriteCond %{HTTP_HOST}%{REQUEST_URI} ^www.bbs.aaaa.com/$ [NC]
    RewriteRule ^(.*)$ http://www.bbbb.com/bbs/$1 [r=301,nc]

Similar Threads & Tags
Similar threads

  1. Redirect cpanel temporary url to main site
    By elite in forum New User Questions
    Replies: 5
    Last Post: 03-22-2012, 02:06 AM
  2. How Do I Redirect "Cpanel" and "WHM" URL to something anonymous?
    By Wabda20 in forum cPanel and WHM Discussions
    Replies: 7
    Last Post: 07-15-2011, 01:19 PM
  3. Redirect URL
    By mickalo in forum cPanel and WHM Discussions
    Replies: 1
    Last Post: 10-26-2007, 06:31 AM
  4. how to redirect to URL with ?
    By makersky in forum cPanel and WHM Discussions
    Replies: 3
    Last Post: 04-11-2005, 11:51 AM
Linkedin       Facebook       Twitter       RSS       Flickr       YouTube