Page 1 of 1

HTML Problems!

Posted: Fri Jun 20, 2008 7:09 am
by wayno
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.

Posted: Fri Jun 20, 2008 3:59 pm
by Henrie
In your index.html file you have

Code: Select all

<META HTTP-EQUIV="Refresh" CONTENT="0; URL=reg.php">
in 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

Thanks again Henry!

Posted: Sat Jun 21, 2008 3:51 am
by wayno
Im not really upto speed with all this technology! I hope im not annoying you Henry? Thanks for your help again. :)

Posted: Sat Jun 21, 2008 5:12 am
by Henrie
The name is Henrie, not Henry. You are really annoying me with that :D

About your questions, they don't annoy me. It just lets me think back to when I was a lot younger and I had these problems and questions.

Greetings,
Henrie