#ErrorDocument 403 "Maintanance"
#
#Order deny,allow
#Deny from all
#Allow from 127.0.0.1
#Satisfy All

php_value max_execution_time 300
php_value upload_max_filesize 10M
php_value post_max_size 10M
AddType	application/vnd.openxmlformats-officedocument.spreadsheetml.sheet       xlsx

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