Quote:
Originally Posted by drew82
yeah that worked, but now when I click my forum link it just reroutes it to my homepage
I still want to be able to view my forum overview?
can anyone help?
|
Edit your index.php or index.html and at the VERY top add:
<meta HTTP-EQUIV="REFRESH" content="0; url=http://www.yoursite.com/the rest of the url from WebTemplates etc">
Then save and that should redirect you, gsmph gave a more forum friendly php way of doing it but the lesser works just as good.
Edit the content="0 to 1 or 2 for seconds IF you want the redirect to take place after 1 or 2 seconds and so on... maybe change your original index into a loading or intro page... perhaps add a splash page etc.
S-MAN