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