PHP jug
Wednesday, 1 July 2015
.htaccess
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^([^\.]+)$ $1.php [NC,L]
Newer Posts
Older Posts
Home
Subscribe to:
Comments (Atom)