If I put a .htaccess file in my webroot with the following rule:
RewriteRule ^(.*)$ /cgi-bin/scriptname.cgi?action=$1

Can I specify a script file outside the directory with the .htaccess file in it (i.e. outside the webroot)?

Example:
/home/myname/public_html/.htaccess (see above)
/home/myname/cgi-bin/scriptname.cgi (I want to call this script via the above rule)

Thank you!!

Sean DeNigris
[email protected]




---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [email protected]
  "   from the digest: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to