Это ниже:
Edit custom error pages to anything you want:
404.html - not found errors (trial)
403.html - forbidden errors
We fully support dot files (.htaccess, .htpasswd) but please note that .htaccess will only have effect under a subfolder of your site (eg.
http://kozackoe.freevar.com/somedir/.htaccess. For security reasons, it is hidden for ftp access. To update, just replace it with the new .htaccess file stored on your computer.
Attention!! A wrong .htaccess file can block your site and instead you will see a 500 internal server error.
Because PHP warnings and notices can seriously damage website design, errors have been turned off by default. If a php script is broken you will get a 500 Internal server error. To debug, enable errors inserting the following line on top of your php script between <?php and ?>.
// Report all PHP errors
error_reporting(E_ALL);
Or, if your script is installed under a subfolder add a .htaccess file with this line:
php_flag display_errors On
When you finish the job, turn it off with
php_flag display_errors Off
then replace .htaccess.
Some users complain about register_globals feature. Some need it off, others on. This can be easily solved for subfolders with .htaccess. Just add, depending on your needs:
php_flag register_globals On
or
php_flag register_globals Off
With just $1/month, you have ALL ads removed and support us to offer a quality service. Go to
http://www.freewebhostingarea.com/removeads.html for more details.
To prevent abuse, traffic limit is 5000MB/day. You should contact us as we raise bandwidth limit on request. Please do not request more bandwidth if you don't need it. Don't forget to check our terms, storage/download related sites are not allowed.
If you need a hit tracker (web counter), check our service: 1FreeCounter.com - Professional website statistics, fast and easy signup. All for FREE. Sign up then just copy the code on your pages.
Use a very hard to guess password to prevent your account being hacked. Also, install only new and optimized scripts. Mysql password is equal with account password and if your script with db connection is hacked, entire account is hacked. Take care with file permissions specially with FULL - 777!!! Once installed, set permissions for script configuration file to 644.