Fixing wrong 302 redirect

30 Views Asked by At

I forgot to delete 302 flag in the following directive in htaccess, and cannot use get on the website anymore although I deleted it.

RewriteCond %{QUERY_STRING}   .

RewriteRule (.*)  /$1? [R=302,L]

How can I fix this? Is there a way to remove this rule?

0

There are 0 best solutions below