Hello everyone,

So I'm still fighting with mod_rewrite a little but I have made progress... Basically, what I am looking to do now, is check to see if a file/folder exists and if not rewrite and give control to my p.php script to look it up in the database.

Here are the rules that I'm using:

                RewriteCond %{REQUEST_FILENAME} !-f
                RewriteCond %{REQUEST_FILENAME} !-d
                RewriteRule . /p.php [L]

Now, that part works just fine, but what I can't seem to work out is the sublinks. I have some links that look like this: HTTP://purl.schreurprinting.com/mail.php?purl=jasonpruim112 Now mail.php exists and so it should NOT be rewriting, but it is... Basically... If someone goes to mail.php?purl=jasonpruim112 I want mail.php to handle the request... Am I making sense?

Anyone have any clue what I need to do?

Thanks for looking!


--

Jason Pruim
Raoset Inc.
Technology Manager
MQC Specialist
11287 James St
Holland, MI 49424
www.raoset.com
[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