Hi all.
I have a webpage, the index file, and I want it to redirect to a php file instead.
At the moment I am using:
But this is a little slow as it seems to load the page first then executes the above statement!
What I would like is an instant redirection to the index file, does anyone know how to do this?
Apologies, btw, if this is a silly question, but I checked the FAQ's and couldn't find anything useful
I have a webpage, the index file, and I want it to redirect to a php file instead.
At the moment I am using:
Code:
<meta http-equiv="Refresh"
content="0;url=http://www.url.com/index.php">
But this is a little slow as it seems to load the page first then executes the above statement!
What I would like is an instant redirection to the index file, does anyone know how to do this?
Apologies, btw, if this is a silly question, but I checked the FAQ's and couldn't find anything useful