midorikocak/merakli/ORM/.htaccess - Htaccess File

midorikocak/merakli/ORM/.htaccess

<IfModule php5_module>
php_value session.cookie_httponly true
</IfModule>

Options +FollowSymLinks
RewriteEngine on

RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-l

RewriteRule ^(.*)$ index.php/$1 [L,QSA]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache