PDA

View Full Version : is there a faster refresh than this


Beaver
12-03-2001, 06:31 PM
<META HTTP-EQUIV="Refresh" CONTENT="0;URL=http://my_host.com">

There is pause beffore the refresh, is there any way to make it faster ?

richard
12-03-2001, 06:49 PM
htaccess

*start code

RedirectMatch /path/to/your/shit.htm http://url.to.yoursite.com

*end code

ComaToast
12-03-2001, 07:53 PM
The fastest I ever saw...

http://www.123ctc.com

Mr Woody
12-03-2001, 11:25 PM
Originally posted by ComaToast:
<STRONG>The fastest I ever saw...

http://www.123ctc.com</STRONG>

&lt;META http-equiv="Refresh" content="0; URL=http://www.fast.net"&gt;

ComaToast
12-03-2001, 11:41 PM
Originally posted by Mr Woody:

&lt;META http-equiv="Refresh" content="0; URL=http://www.fast.net"&gt;
You don't view/source it Mr W, you click it. :rolleyes:

PeepNTom
12-03-2001, 11:57 PM
using .htaccess is faster than all other means, you dont even see it happen :D

Pinhead
12-04-2001, 08:21 AM
Aha.. so you can have a htaccess file in the root directory with a list of RedirectMatch directives for all the pages on your domain that you want redirected?

This will come in handy for coping with sponsors that changes link URL's now and then.. :)