initial commit
This commit is contained in:
commit
f2ff442d8a
21 changed files with 1559 additions and 0 deletions
9
public/.htaccess
Normal file
9
public/.htaccess
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
RewriteEngine On
|
||||
RewriteCond %{REQUEST_FILENAME} -s [OR]
|
||||
RewriteCond %{REQUEST_FILENAME} -l [OR]
|
||||
RewriteCond %{REQUEST_FILENAME} -d
|
||||
RewriteRule ^.*$ - [NC,L]
|
||||
RewriteRule ^.*$ index.php [NC,L]
|
||||
|
||||
php_flag magic_quotes_gpc 0
|
||||
php_value error_reporting 6143
|
||||
Loading…
Add table
Add a link
Reference in a new issue