apache - RewriteRule Didn't Work for Me -


my navigation example.com/admin/?nav=home , want rewriterule show example.com/admin/ or example.com/admin/home or example.com/admin/new.

i tried tutorials didn't work. answering.

try this:

rewriteengine on      rewritebase /                rewriterule ^admin/home$    admin/?nav=home 

this show admin/?nav=home /admin/home

for dynamic urls try this:

rewriteengine on rewriterule ^admin/([^/]*)$ /admin/?nav=$1 [l] 

Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

c++ - libcurl curl_easy_setopt "Unknown error" -

vb6 - PostgreSQL ODBC Connection SSPI Authentication Failure -