Re: I Need a Fast Site Redirection Script
|
Akshay Devsi |
|
4/20/2007 2:25:59 AM |
You can do this via Cpanel. Just go to redirection in cpanel and then just follow the text.
Post Comments |
|
I Need a Fast Site Redirection Script
|
Manvaalo Jinochi |
|
4/20/2007 2:27:49 AM |
If you are using php just try it
header("Location: sitename.com");
Post Comments |
|
Re: I Need a Fast Site Redirection Script
|
Aroma Poitoy |
|
4/20/2007 2:32:22 AM |
Hello Manvaalo,
Can you please let me know the whole header example or script or any downloa d link????
As i don't want it to be delayed by just trying the script.
Thanking you for the slution.
Post Comments |
|
Re: I Need a Fast Site Redirection Script
|
Pullatti Jamaica |
|
4/20/2007 2:33:58 AM |
A little modification:
header("Location: sitename.com");
exit;
Adding the exit command wil l prevent you from having problems with session variables and such.
Better to be on the safe side .....
Post Comments |
|
Re: I Need a Fast Site Redirection Script
|
Aroma Poitoy |
|
4/20/2007 2:35:02 AM |
Hello Friends,
Thanks for solving my problem I have uploaded my site and aded te redirecti on Script to my other domains to follow my main site
Post Comments |
|