url - How to change .php extension of website pages? -


i have website running on php. want remove .php suffix of webpages in such way user doesn't know server side language running.

how edit displayed address in address bar not show .php ?

with mod_rewrite in .htaccess:

rewriteengine on rewritecond %{request_filename} !-f rewriterule ^([^\.]+)$ $1.php [nc,l]  

Comments

Popular posts from this blog

razor - Is this a bug in WebMatrix PageData? -

python - Why doesn't list have safe "get" method like dictionary? -

iphone - Requiring the presence of a method in an id -