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>
Files
