i have few pages i my project they are:
index.php
aboutus.php
signup.html
login.html
I want to show in url without.php or .html i tried with this code:
RewriteEngine On
RewriteCond %{http://www.example.net/project name/index.php} !-f
RewriteRule ^([^\.]+)$ $1.php [NC,L]
RewriteRule ^([^\.]+)$ $1.html [NC,L]
this is not working