Author: H.User2052 (1 Mar 12 12:06pm)
I wanted to use Apache's mod_rewrite so that I could have differently named links point to the same honeypot.php script - to keep things stealthy and so that the honeypot link would better coincide with the other email links on the page it was placed.
However, when I attempted this, the honeypot would fail do to incorrect file name checks - sorry, don't remember which three but if I remember right REQUEST_FILENAME was one and then two others..
I tried changing the response headers to match, but that didn't work. You can't edit the honeypot.php script because it then fails file size check. Is there any way we can get around the file name / size checks to get this to work??
What I would like, is to have the honeypot.php script to be named exactly that, then use mod_rewrite to have my custom links point to that script. Example:
additional-contacts.html --> honeypot.php
more-details.html --> honeypot.php
etc...
Thank You
Kevin
|