added .htaccess

This commit is contained in:
fanir 2017-05-10 02:22:21 +02:00
parent 51ded037a6
commit f62f43d19d
1 changed files with 16 additions and 0 deletions

16
.htaccess Normal file
View 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]