ffsdmad/af-web/master/www/thumd_image/.htaccess - Htaccess File

ffsdmad/af-web/master/www/thumd_image/.htaccess

AddDefaultCharset UTF-8
<IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /thumd_image/
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_URI} thumd_image/d+-d+/d+.jpeg
    RewriteRule (d+)-(d+)/(d+).jpeg /cgi-bin/app.py?plugins=show_dig_image&W=$1&H=$2&id_digital_image=$3 [L]
</IfModule>

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME, REQUEST_URI

Comments

Apache