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

ios - MKAnnotationView layer is not of expected type: MKLayer -

ZeroMQ on Windows, with Qt Creator -

unity3d - Unity SceneManager.LoadScene quits application -