Forum Replies Created

Viewing 1 replies (of 1 total)
  • I Changed:

    RewriteCond %{QUERY_STRING} ^.*(execute|exec|sp_executesql|request|select|insert|union|declare|drop|delete|create|alter|update|order|char|set|cast|convert|meta|script|truncate).* [NC]

    To:

    RewriteCond %{QUERY_STRING} ^.*(execute|exec|sp_executesql|request|insert|union|declare|drop|delete|create|alter|update|order|char|set|cast|convert|meta|script|truncate).* [NC]

    Which I only removed the select from the condition and it now works perfectly. yay!

Viewing 1 replies (of 1 total)