PDA

View Full Version : Easy Redirecting Subdomain Question


zooki
12 Jul 2006, 14:22
Hi, i have two servers one is with Servage and does not have cPanel.

In cPanel you can easily redirect a subdomain using the additional options.

In Servage there are no clear options for that. How do i go about doing it? Is it through .htaccess ??

let me know what im to do please.. steo by step thanks.

Steve M
14 Jul 2006, 04:39
Use an HTML redirection page:



Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------



Just follow the instructions above to setup a redirection page, such as inside index.html or what not.

Cheers
Steve

The Chief
15 Jul 2006, 15:42
Thanks, this was very useful :)

Paul M
15 Jul 2006, 20:35
If you are running php you can also create an index.php containing just this one line;



Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------



and place it in the root of the old domain/subdomain.

Chris-777
17 Jul 2006, 04:26
That should be a mini-howto, Paul. I've known about META redirects for ages, but I had no idea you could do it that way.

kobescoresagain
17 Jul 2006, 23:53
I believe you can do a .htaccess redirect as well. I am not sure which one of these are the fastest, or best. You can find .htaccess redirects with a simple google search.