by Lazar | Mar 18, 2021 | General Questions and Answers
Here are several things you need to set up in order to have these signs displayed correctly: – Inside your control panel, phpMyAdmin should be set to the following Unicode standard: ‘utf-8’; – Meta tags on all pages should be: <meta...
by Lazar | Mar 18, 2021 | Fair Use Policies
The PHP memory limit on the free hosting platform is 32MB and cannot be changed or exceeded. On a premium server, you can maximize your available memory resources by modifying your php.ini and increase the memory_limit to the value required by your...
by Lazar | Mar 18, 2021 | General Questions and Answers
This instruction applies only for paid hosting accounts and requires you to EDIT the php.ini file. Once you have opened the php.ini file scroll at the bottom where you will find a similar line depending on the PHP version you are using: ;zend_extension =...
by Lazar | Mar 18, 2021 | General Questions and Answers
There are three ways to extract .zip files directly on the server: The first one is by using SSH -> Run the following command over SSH: unzip archive.zip The second way is with a PHP script. -> Create file unzip.php in the current directory where your zip file...
by Lazar | Mar 18, 2021 | SSL Manager
There is a section inside the Hosting Control Panel made just for that purpose. You will need to go to the SSL Manager section -> Generate CSR. Once you have opened the Generate CSR tab fill in the form with the necessary information and submit your...