This error prompts before installation, but installation goes smoothly without problems. What does this mean?
================================================================================
Your hosting is not compatible with default epesi root .htaccess file. You should tweak it yourself.
Default .htaccess file is:
Options -Indexes
#SecFilterEngine Off
#if your server is running php as apache module:
php_value memory_limit "64M"
php_flag magic_quotes_gpc off
#if your server is running php as cgi/fastcgi you should set following directive instead of above php_value/flag
#SetEnv PHPRC /your/epesi/root/directory/php.ini
================================================================================