Re: File name conversion

2000-12-11 Thread Aaron Johnson
That is just what I was looking for. I just modified the $r->filename and left $r->uri untouched. 10 lines of code and I have it doing exactly what I needed and Apache::ASP reads the correct file. I still have the $ENV{REQUEST_URI} to check for the orginal name requested, there by allow me to se

Re: File name conversion

2000-12-11 Thread darren chamberlain
Hi Aaron, Check out the section titled "Using a Translation Handler to Change the URI" in Chapter 7 of the Eagle book, at http://www.modperl.com/book/chapters/ch7.html#Using_a_Translation_Handler_to_C. Aaron Johnson ([EMAIL PROTECTED]) said something to this effect: > Is there a module that allo

File name conversion

2000-12-10 Thread Aaron Johnson
Is there a module that allows you to translate the file name into something else, but keeps the requested filename in an enviroment variable or other location? For instance, say I request http://www.mydomain.com/myfile.html That works fine and is a real file. Now I want to request: http://www.myd