PDA

View Full Version : HTMl Redirect Page


ChrisBaktis
03-28-2004, 04:28 PM
I was wondering if someone can tell me how to take my www.rustysoaptraders.com/index.html and redirect that to another page automaticly.

for example when someone goes to www.rustysoaptraders.com I want them to automaticly redirect to www.rustysoaptraders.com/forums/mainindex.php

LMK if you have any suggestions on how to do this.

Chris

Tony G
03-29-2004, 09:11 AM
There are two options here:

1)HTML Redirect, which loads the page, and then redirects to the set link.
2)PHP (I think) redirect, has a nicer effect as it doesn't load a blank page and then the link, but loads the set link straightaway. More efficient.

I can grab the code for both (or someone else as I probably won't check here again for another few hours) so you choose. :)

ChrisBaktis
03-29-2004, 06:20 PM
thanks - PHP would be better.

Thanks again.