Commit 3f04484b by Taylor Otwell

Modified default .htaccess to be more consistent with other popular frameworks.

parent 328b9fcb
Options +FollowSymLinks <IfModule mod_rewrite.c>
RewriteEngine on RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule . /index.php [L] RewriteCond %{REQUEST_FILENAME} !-d
\ No newline at end of file
RewriteRule ^(.*)$ index.php/$1 [L]
</IfModule>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment