Log in

View Full Version : redirect?



ff123
06-14-2008, 10:22 PM
is there any fasted way to redirect except javascript codes Im currenly using

<meta HTTP-EQUIV="REFRESH" content="0; url=http://website.com">

but this tag first download all files on the page and than redirect..

Medyman
06-15-2008, 04:18 PM
is there any fasted way to redirect except javascript codes Im currenly using

<meta HTTP-EQUIV="REFRESH" content="0; url=http://website.com">

but this tag first download all files on the page and than redirect..

You could use .htaccess or a server-side language (PHP, ASP). In each case, the result would be quicker.

This (http://www.webconfs.com/how-to-redirect-a-webpage.php) page might be useful.