yves982/LibraryManager/current/.htaccess - Htaccess File

yves982/LibraryManager/current/.htaccess

<IfModule mod_rewrite.c>
Options +FollowSymLinks +Indexes
DirectoryIndex index.php
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ /LibraryManager/index.php?request=$1 [QSA,NC,L]
</IfModule>

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache