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

Popular posts from this blog

model view controller - MVC Rails Planning -

ruby on rails - Devise Logout Error in RoR -

html - Submenu setup with jquery and effect 'fold' -