regex - htaccess - Save query string (QSA) as ENV variable and remove it from url -
regex - htaccess - Save query string (QSA) as ENV variable and remove it from url -
based on htaccess 301 redirect - remove query string (qsa)
rewritecond %{query_string} ^(hash)=([^-\/]{32})$ rewriterule . %{request_uri}? [e=hash:%2,r=301,l] in below case env:hash not redirected.
how store query string content environment variable before removing url?
regex .htaccess redirect
Comments
Post a Comment