bigeyex/ngo20map7/master/.htaccess - Htaccess File

bigeyex/ngo20map7/master/.htaccess

<IfModule mod_rewrite.c>
RewriteEngine on

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_URI} Public/Uploaded
RewriteRule th([0-9]+)x([0-9]+)_([w.]+) Util/zipimage?width=$1&height=$2&source=$3 [L]

RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ index.php/$1 [QSA,PT,L]
</IfModule>

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME, REQUEST_URI

Comments

Apache