URL Rewriting (Wordpress) -


actually have wordpress page url this

http://www.website.com/gallery/?person=mike 

and transform to

http://www.website.com/gallery/mike 

i tried in .htaccess

rewriterule ^gallery/?person=$ gallery/%{query_string} [nc,l] 

but doesn't work


Comments

Popular posts from this blog

ZeroMQ on Windows, with Qt Creator -

unity3d - Unity SceneManager.LoadScene quits application -

python - Error while using APScheduler: 'NoneType' object has no attribute 'now' -