Script URL: http://virtualstars.110mb.com/
Version of script: 1.3
Hosting company: 110mb
URL of phpinfo.php: http://virtualstars.110mb.com
URL of session_test.php: http://virtualstars.110mb.com
What terms did you try when SEARCHING for a solution: html problems
Write your message below:
Im trying to restructure my site and have a seperate homepage and a link to the mboard but it seems to redirect from the htm to the php mboard automatically. Is there anyway to stop this from happening? Thanks Wayne.
HTML Problems!
In your index.html file you havein the head section. This means that the page will refresh after 0 seconds and will load reg.php.
So the automatic loading you are complaining about is done by your own coding.
Removing this code and adding a simple link to the reg.php file will solve your problem.
Greetings,
Henrie
Code: Select all
<META HTTP-EQUIV="Refresh" CONTENT="0; URL=reg.php">
So the automatic loading you are complaining about is done by your own coding.
Removing this code and adding a simple link to the reg.php file will solve your problem.
Greetings,
Henrie
Thanks again Henry!
Im not really upto speed with all this technology! I hope im not annoying you Henry? Thanks for your help again. 
