Htaccess File

yves982/LibraryManager/current/.htaccess

REQUEST_FILENAME
<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>
Exit mobile version