Such as:
bbs.aaaa.com --> bbbb.com/bbs
Thanks
Such as:
bbs.aaaa.com --> bbbb.com/bbs
Thanks
Last edited by wookercn; 12-24-2009 at 10:05 AM.
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
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.
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.
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]
InstaCarma
Outsourced Web Hosting Technical Support and Server Management
To visit out Blog , click here