phillipian/plip-archives/master/.htaccess - Htaccess File

phillipian/plip-archives/master/.htaccess

RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^([^.]+)$ $1.php [NC,L]

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^explore/([^/]+)/([^/]+) /explore.php?$1=$2

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache