hiroakiukaji/blog/master/public/.htaccess
<IfModule mod_php5.c> php_value display_errors on </IfModule> RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} -f [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule . - [L] RewriteRule . index.php [L]
Files
