What are the special features of your hosting?
- On all hosting servers, PHP runs in CGI mode (changing this is impossible). Please see the PHP documentation (Chapter 24, if PHP is installed as CGI).
- By default, on all new servers
register_globals = off
. You can enable it only upon request to technical support. - In
.htaccess
, commands likephp_admin_value
andphp_value
are not processed — this leads to a 500 - Internal Server Error. - PHP runs under your login, therefore it is not recommended to create folders and files with
777/666
access rights.
Pick up a domain name you always dreamed of
- All files created through PHP are editable via FTP and vice versa.
- It is possible to install additional modules for PHP — on demand and with justification.
- External connections from port 25 are prohibited. Sending mail is possible only through standard PHP functions.
- There is a limit of no more than 1000 emails per hour. If the limit is exceeded or abused, your account may be blocked.
- All servers use CPU usage monitoring. Small load spikes are allowed, but not more than 10% per day. With heavy load, the account will be blocked until all circumstances are clarified.
- The servers provide protection against small DDoS attacks using the Nginx server.