Hi Guys,
Could someone please tell me how I can have apache do a slight
fiddling around with my url!
What I want is that whenever there is a request for an html file, it
should be filtered thru a CGI file as in the case below.
Suppose I click on a link which calls say /files/test1.html, can
someone please tell me how I can have apache call the do.cgi file
first before calling this file.
I can't use the redirectmatch business! - because I don't want to
redirect the request but rather just want to modify the existing urls!
Thanks in advance
Joe