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

javascript - three.js lot of meshes optimization -

smartface.io - Proper way to change color scheme for whole application -

Email notification in google apps script -