mkrause/roy/master/public/.htaccess
# This is an example .htaccess file.
# Get rid of index.php in URLs
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule .* index.php/$0 [passthrough,last]
</IfModule>
Files
