initial commit
This commit is contained in:
13
.htaccess
Normal file
13
.htaccess
Normal file
@@ -0,0 +1,13 @@
|
||||
AddType image/svg+xml svg svgz
|
||||
AddEncoding gzip svgz
|
||||
|
||||
<IfModule mod_rewrite.c>
|
||||
RewriteEngine on
|
||||
RewriteRule ^$ app/webroot/ [L]
|
||||
RewriteRule (.*) app/webroot/$1 [L]
|
||||
|
||||
php_value max_execution_time 1800
|
||||
php_value max_input_vars 50000
|
||||
php_value post_max_size 256M
|
||||
|
||||
</IfModule>
|
||||
Reference in New Issue
Block a user