This is a discussion on Mod rewrite problem within the Apache Web Server forums, part of the Web Server and Related Forums category; is it possible to use this rewrite rule to call a cgi script: RewriteRule ^xredirect:(.+) /path/to/redirect.cgi/$1and ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
is it possible to use this rewrite rule to call a cgi script:
RewriteRule ^xredirect:(.+) /path/to/redirect.cgi/$1and when the redirect.cgi script gets the request, decline it so that another rewrite rule could be used or the document orignally called could be sent.How would you decline the transaction with the script.I'm trying to use mod rewrite to run a script for each request so that I can record user information.I want to track a users file usage. Thanks John Michael |