Forum Moderators: phranque

Message Too Old, No Replies

cPanel redirect of sub domain not working

subdomin not being redirected

         

miketopher

7:16 pm on Feb 20, 2011 (gmt 0)

10+ Year Member



Using cPanel i have one of my domains redirecting to another, blank.com redirects to otherdomain.com

but hello.blank.com which is a sub domain, which i have redirecting to the otherdomain.com will not redirect... it is added to the redirect list but wont redirect..
thanks

phranque

11:47 pm on Feb 20, 2011 (gmt 0)

WebmasterWorld Administrator 10+ Year Member Top Contributors Of The Month



welcome to WebmasterWorld, miketopher!

what response do you get?

incrediBILL

12:12 am on Feb 21, 2011 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



One possible fix is to remove redirection from cPanel and do it in /index.php for each domain or subdomain that needs to be redirected.

<?php
header("Location: http://www.otherdomain.com");
?>

phranque

12:20 am on Feb 21, 2011 (gmt 0)

WebmasterWorld Administrator 10+ Year Member Top Contributors Of The Month



or use mod_rewrite