0xspade

.htaccess to erase php extension

Aug 29th, 2016
233
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.09 KB | None | 0 0
  1. RewriteEngine On
  2. RewriteCond %{REQUEST_FILENAME} !-f
  3. RewriteRule ^([^\.]+)$ $1.php [NC,L]
Add Comment
Please, Sign In to add comment