Jamdog/Whitelist/master/.htaccess - Htaccess File

Jamdog/Whitelist/master/.htaccess

RewriteEngine on
RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule .+ - [L]
RewriteBase /whitelist/Whitelist/
RewriteRule ^([0-9a-zA-Z-/_]+)$ index.php?p=$1 [QSA,L]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache