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..
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 page might be useful.
Bookmarks