mod rewrite - How Do I use mod_rewrite -


i have url with:

http://example.com/index.php

i want

/index

i need use mod_rewrite make virtual folder php or html file .htaccess.

rewriteengine on rewriterule ^index.php$ index/ 

this not working

any answers?

i think want reverse rule:

rewriteengine on rewriterule ^index/?$ index.php 

Comments

Popular posts from this blog

Email notification in google apps script -

c++ - Difference between pre and post decrement in recursive function argument -

javascript - IE11 incompatibility with jQuery's 'readonly'? -