neo22s/imgred/master/www/.htaccess - Htaccess File

neo22s/imgred/master/www/.htaccess

ErrorDocument 404 /
Options All -Indexes
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /rir/www
RewriteRule ^http(s?):/(.*) index.php?image=http$1://$2 [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . index.php [L]
</IfModule>

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache