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?