oredon/futarinokakeibo/master/kakeibo/.htaccess - Htaccess File

oredon/futarinokakeibo/master/kakeibo/.htaccess

<IfModule mod_expires.c>

  ExpiresActive Off

</IfModule>

<IfModule mod_rewrite.c>
   RewriteEngine on
   RewriteRule    ^$ app/webroot/    [L]
   RewriteRule    (.*) app/webroot/$1 [L]
</IfModule>

On Github License

Files

Download PDF of Htaccess file

Comments

Apache