At 05:16 AM 02/26/00 -0800, PropheZine Owner wrote: >Later we created an index.html and inserted this code: > > <META HTTP-EQUIV="Refresh" CONTENT="1; >URL=http://www.prophezine.com/search/database/archives.html"> Ouch! You have two one second browser redirects just to get to that one page. Might I recommend that you get rid of the META refresh tags and use Apache's redirect features. DirectoryIndex archives.shtml index.html or Redirect /search/database/index.html http://www.prophezine.com/search/database/archives.shtml It wouldn't be very hard to make linkcb() extract the URL from the meta taga, but I'd suggest getting rid of them instead. You really don't need three requests for one page. http://vancouver-webpages.com/META/metatags.detail.html Bill Moseley mailto:moseley@hank.orgReceived on Sat Feb 26 09:35:44 2000