Re: [EMAIL PROTECTED] mod_rewrite %{REQUEST_URI} Question

2006-09-27 Thread Rob Wilkerson
On 9/27/06, Rob Wilkerson <[EMAIL PROTECTED]> wrote: On 9/26/06, Bob Ionescu <[EMAIL PROTECTED]> wrote: > Rob Wilkerson wrote: > > RewriteRule ^/(.*) /landingpage.php?requesturi=%{REQUEST_URI}[QSA,PT] > > > > This works fine except when I have a document (these documents are > > uploaded by u

Re: [EMAIL PROTECTED] mod_rewrite %{REQUEST_URI} Question

2006-09-27 Thread Rob Wilkerson
On 9/26/06, Bob Ionescu <[EMAIL PROTECTED]> wrote: Rob Wilkerson wrote: > RewriteRule ^/(.*) /landingpage.php?requesturi=%{REQUEST_URI}[QSA,PT] > > This works fine except when I have a document (these documents are > uploaded by users so I have little control over them) called "My > Resume &

Re: [EMAIL PROTECTED] mod_rewrite %{REQUEST_URI} Question

2006-09-26 Thread Bob Ionescu
Rob Wilkerson wrote: RewriteRule ^/(.*) /landingpage.php?requesturi=%{REQUEST_URI}[QSA,PT] This works fine except when I have a document (these documents are uploaded by users so I have little control over them) called "My Resume & Cover Letter.doc", for example. The "&", having special mea

[EMAIL PROTECTED] mod_rewrite %{REQUEST_URI} Question

2006-09-26 Thread Rob Wilkerson
I have an application in which nearly all requests are routed through a "handler page" which then renders the requested page. For example, a request for http://www.mydomain.com/bin/resumes/myresume.doc would be routed through http://www.mydomain.com/landingpage.php. I have a RewriteRule that ha