added .htaccess
This commit is contained in:
parent
51ded037a6
commit
f62f43d19d
1 changed files with 16 additions and 0 deletions
16
.htaccess
Normal file
16
.htaccess
Normal file
|
@ -0,0 +1,16 @@
|
|||
AddDefaultCharset UTF-8
|
||||
|
||||
<IfModule mod_php5.c>
|
||||
php_flag display_errors Off
|
||||
php_flag log_errors On
|
||||
# php_value error_log logs/errors
|
||||
</IfModule>
|
||||
|
||||
<IfModule mod_autoindex.c>
|
||||
Options -Indexes
|
||||
</ifModule>
|
||||
|
||||
RewriteEngine On
|
||||
|
||||
RewriteRule ^index.php - [L]
|
||||
RewriteRule . - [F]
|
Loading…
Reference in a new issue