![]() |
|
Clear questions and runnable code get the best and fastest answer |
|
PerlMonks |
Re^2: Ways for capturing all requests under Apacheby sutch (Curate) |
on Aug 07, 2004 at 03:46 UTC ( #380838=note: print w/replies, xml ) | Need Help?? |
Thank you. The final snippet of .htaccess code that works for me turns out to be:
And the requested path is available to the script in the PATH_INFO environment variable. UPDATE: For this to work, a file named index.cgi must be available in the same directory as the .htaccess file. The file may be empty or contain anything, since it is never executed. (Question: why is this file needed by Apache?)
In Section
Seekers of Perl Wisdom
|
|