Posted by Nospam on 05/27/06 17:42
If I wanted to perform a redirect with htaccess to a perl script, how would I perform this, would an example like this suffice: RewriteEngine On RewriteCond %{HTTP_REFERER} !^http://.*example.com*$ [NC] RewriteRule .*\.(jpg|JPG)$ /path/to/perlscript.pl [T=application/x-httpd-cgi,R]
[Back to original message]
Copyright © 2005-2006 Powered by Custom PHP Programming