Login Register


Redirecting index to another page filter_list
Author
Message
Redirecting index to another page #1
PHP Code:
<?php header("Location: http:yoursiteyouwanttoredictto.com"); die(); ?>

Paste into index.php.

Reply

RE: Redirecting index to another page #2
Another method with HTML:

Code:
<html> <head> <title>Redirecting</title> <meta http-equiv="REFRESH" content="0;url=http://www.websitehere.com"> </head> <body> Redirecting, please wait. </body> </html>

Reply

RE: Redirecting index to another page #3
If content = 0, in the html.index then you wouldn't even see the message "Redirecting, please wait."
X_x
[Image: HWV7adO.jpg]

Reply

RE: Redirecting index to another page #4
(05-23-2013, 02:02 PM)Krew Wrote: If content = 0, in the html.index then you wouldn't even see the message "Redirecting, please wait."
X_x

It's there for learning purposes. :p

Reply







Users browsing this thread: 1 Guest(s)