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

c# - How to set Z index when using WPF DrawingContext? -

razor - Is this a bug in WebMatrix PageData? -

visual c++ - Using relative values in array sorting ( asm ) -