I want to redirect from www.mysite.com to www.mysite.com/folder. How could I do this?
How to Redirect
If you know php create a file named index.php which contains:
[color=#00CC00]
<? header("location: http://www.mysite.com/folder"); ?>[/color]
and uploaded that file to your www.mysite.com home folder.
Hope it helps !
Supernova
Need promo code? Use [color=#00CC00]Supernova[/color] (you get $97 off on yearly plans): SIGN UP NOW !
Check out instructions on how to apply the code !
Thanks so much for that. Worked perfectly.
You’re welcome. Very glad to be helpful.
Supernova
Need promo code? Use [color=#00CC00]Supernova[/color] (you get $97 off on yearly plans): SIGN UP NOW !
Check out instructions on how to apply the code !