> Try this instead:
> 
>   RewriteCond %{QUERY_STRING} ^([^,]*) [NC]
> 
> If it still does not work, bump the RewriteLogLevel to 9 and look for answers
> in the log file.

I tried that code and it didn't work.
I saw that there may be some typos, so I tried the following:

RewriteCond %{QUERY_STRING} ^([^,$]*)$ [NC]

That didn't work either.

Any other suggestions?



---------------------------------------------------------------------
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