Apache redirects
am 12.10.2009 12:11:41 von Jon ThompsonHi
I want to create some method of redirecting phishing sites to the
APWG/CUPS anti-phishing page at http://education.apwg.org/r/en/index.htm
I know that I can do this on a per folder basis using .htaccess
order allow,deny
deny from all
Redirect 301 /
http://education.apwg.org/r/?url/of/phishing/site/that/i/am/ blocking
However, I ideally would like to do this server-side, where it can't be
modified or deleted by a user or a script.
I've tried creating a new conf file in the /sites/*.conf directory that
Apache2 uses:
Redirect permanent url/of/phishing/site
http://education.apwg.org/r/?url/of/phishing/site
Redirect permanent url/of/phishing/site
http://education.apwg.org/r/?/anotherurl/of/phishing/site
but this doesn't seem to work.
Does anyone know of a way that I can get this running where only I can
mange it and no-one else can modify any entries I make?
------------------------------------------------------------ ---------
The official User-To-User support forum of the Apache HTTP Server Project.
See
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
" from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org