richigo/richigo/master/himehada/app/webroot/.htaccess
<IfModule mod_rewrite.c> RewriteEngine On RewriteBase /himehada/app/webroot/ RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^ index.php [L] </IfModule>
Files

<IfModule mod_rewrite.c> RewriteEngine On RewriteBase /himehada/app/webroot/ RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^ index.php [L] </IfModule>