dizdain/OrionMVC/develop/public_www/.htaccess - Htaccess File

dizdain/OrionMVC/develop/public_www/.htaccess

DirectoryIndex index.php

<Files .htaccess>
order allow,deny
deny from all
</Files>

Options All -Indexes

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

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache