I need to redirect unwanted customers to another url, but I do not want to use htaccess. Is there an html, cgi, or pnp redirect I can use with Indexu?
I need to redirect unwanted customers to another url, but I do not want to use htaccess. Is there an html, cgi, or pnp redirect I can use with Indexu?
htaccess is a way to protect directories through memberships/password.
First of all, where are they coming from and what are they clicking? and at what point do you want to redirect them?
There are many scripts out there that you can use that are compatible. I'm just not sure what you are trying to do.
Hart
Hi Hart House
Just so you know (not trying to be a smart a***) but .htaccess is also used for referrer, country and many other types of redirection as well as protecting directories..
And compdoctor, you should take a look at http://www.hotscripts.com - that's the best place to look for a script.
Bye
Deleted
Last edited by Veg; 05-30-2002 at 10:20 PM.
deleted
Last edited by Veg; 05-30-2002 at 10:20 PM.
deleted
Last edited by Veg; 05-30-2002 at 10:21 PM.
Sorry about all the multiple threads - it would not display the code becuase of the < tag.
So the < has to be added before title and META
TITLE>Your site title</TITLE>
META NAME="AUTHOR" CONTENT="">
META NAME="KEYWORDS" CONTENT="">
META NAME="DESCRIPTION" CONTENT="">
META NAME="GENERATOR" content="yoursite.com">
META HTTP-EQUIV="refresh" CONTENT="0; url=http ://www.yoursite.com /addresstoredirectvisitors.html">
Replace
url=http:// www.yoursite.com/ addresstoredirectvisitors.html">
with the url you would like to re-direct visitors to.
Eric
Please remove ** - I had to include it because it would not display on the page otherwise. Also remove space in the url section. I had to do it this way otherwise this thread would re-direct visitors to the URL above (i.e. http ://www.yoursite.com /addresstoredirectvisitors.html)
Last edited by Veg; 05-30-2002 at 10:23 PM.