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>
Files
