Mobile app version of vmapp.org
Login or Join
Gretchen104

: I've just been wrestling with an htaccess problem with a ? in the URL. The ? is not technically part of the filename, but a query string. I wouldn't be surprised if it doesn't get passed

@Gretchen104

I've just been wrestling with an htaccess problem with a ? in the URL. The ? is not technically part of the filename, but a query string. I wouldn't be surprised if it doesn't get passed to FilesMatch.

The thing that I used was

RewriteCond %{QUERY_STRING} ^something$


Obviously you're not doing rewriting, but you could try and trap the %{QUERY_STRING}.

10% popularity Vote Up Vote Down


Login to follow query

More posts by @Gretchen104

0 Comments

Sorted by latest first Latest Oldest Best

Back to top | Use Dark Theme