matchu/neo_all/master/www/sources/.htaccess - Htaccess File

matchu/neo_all/master/www/sources/.htaccess

RewriteEngine On

# if file exists, then don't look at any of the following rules
RewriteCond %{REQUEST_FILENAME} -f
RewriteRule ^ - [L]

RewriteRule ^(.+?)/(top|(before|after)_.+?).json$ source.php?directory=$1&file=$2

ExpiresActive On
ExpiresDefault "modification plus 5 minutes"

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache