aledjones/Atrox-Imageviewer/master/imgviewer/default.htaccess - Htaccess File

aledjones/Atrox-Imageviewer/master/imgviewer/default.htaccess

RewriteEngine On
RewriteBase                         /imgviewer/page/
RewriteCond %{REQUEST_FILENAME}     !-f
RewriteCond %{REQUEST_FILENAME}     !-d
RewriteRule (.*)                    index.php?image=$1 [QSA,L]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache