Forum Moderators: phranque
However, to use Wordpress, it requires php scripts to run. The url links on my blog look like: http://www.example.com/blog/?cat=2
So my question is, how can I allow certain strings, and disallow others?
My current rewrite rule looks like this:
RewriteEngine On
RewriteCond %{QUERY_STRING}!^$
RewriteRule .* - [G]