forstermatth/LIIS/master/.htaccess - Htaccess File

forstermatth/LIIS/master/.htaccess

RewriteEngine ON

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_URI} !^/(index.php|resources|refman|install.php)
RewriteRule ^(.*)$ index.php/$1 [L]

Options -Indexes

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME, REQUEST_URI

Comments

Apache