Redirecting Domain

Status
Not open for further replies.

tnl2k7

Banned
Messages
3,131
Reaction score
0
Points
0
If you added conflictwarcraft.com as an addon domain, it's simple. Go to your public_html folder, and make a file called 'index.php' there. Then open it, and put this inside it:
PHP:
<?php
header("Location: http://www.conflictwarcraft.com");
?>

-Luke.
 

cwarcraft

New Member
Messages
10
Reaction score
0
Points
0
Ok, for some reason my /forum/index.php is not getting edited. Everytime I try to save it w/ my edits, it keeps going blank.

Can some admin go to /forum/index.php, and replace it with:

Code:
<?php
header('Location: http://www.conflictwarcraft.com/forum/');
?>

Thanks
 

Brandon

Former Senior Account Rep
Community Support
Messages
19,181
Reaction score
28
Points
48
/home/cwarcraf/public_html/forum/index.php ?
 

Brandon

Former Senior Account Rep
Community Support
Messages
19,181
Reaction score
28
Points
48
Should be all set now.
 
Status
Not open for further replies.
Top