initial commit
This commit is contained in:
13
.htaccess
Normal file
13
.htaccess
Normal file
@@ -0,0 +1,13 @@
|
||||
<IfModule mod_rewrite.c>
|
||||
RewriteEngine on
|
||||
RewriteRule ^$ webroot/ [L]
|
||||
RewriteRule (.*) webroot/$1 [L]
|
||||
</IfModule>
|
||||
|
||||
<IfModule mod_php5.c>
|
||||
php_value post_max_size 16M
|
||||
php_value upload_max_filesize 5M
|
||||
php_value memory_limit 128M
|
||||
php_value max_execution_time 600
|
||||
|
||||
</IfModule>
|
||||
Reference in New Issue
Block a user