dunamis1974/puzzleapps/master/.htaccess - Htaccess File

dunamis1974/puzzleapps/master/.htaccess

RewriteEngine on

RewriteBase /

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_URI} !^/index.php

RewriteRule ^(.*).html index.php?tid=$1 [L]
RewriteRule ^gallery/(.*) index.php?id=$1 [L]
RewriteRule ^media(.*) index.php?downloadfile=tid&tid=$1 [L]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME, REQUEST_URI

Comments

Apache