AddDefaultCharset UTF-8

Options +FollowSymlinks

Options All -Indexes



RewriteEngine on



RewriteCond %{REQUEST_URI} !^\.(css|jpg|gif|zip|png|js|rar|mp4|mp3|wave)

RewriteCond %{REQUEST_FILENAME} !-f

RewriteCond %{REQUEST_FILENAME} !-d

RewriteRule ^(.*)$ /index.php?dara=$1 [L,QSA]



#php_value upload_max_filesize 100M

#php_value post_max_size 102M



#protect log file

<Files "errorlog">

Order Allow,Deny

Deny from all

</Files>

<Files "error-log">

Order Allow,Deny

Deny from all

</Files>

# php -- BEGIN cPanel-generated handler, do not edit
# Set the “ea-php56” package as the default “PHP” programming language.
<IfModule mime_module>
  AddHandler application/x-httpd-ea-php56 .php .php5 .phtml
</IfModule>
# php -- END cPanel-generated handler, do not edit
