Create account Login Webmail Contact Us



 
RSS Feed
Knowledgebase : Apache / PHP Issues
PHP5 is now the default on all our servers nothing extra needs to be done to use it. If you come across an instance where it is not, please open a ticket and let us know.
To raise the PHP Upload Limit for your website simply do the following: Create a blank text file called php.ini (if one doesn't already exist). Put the following line in it: upload_max_filesize = 10M (replace 10M for whatever size in Megabytes t...
Create a blank text file called php.ini (if one doesn't already exist). Put the following line in it: memory_limit = 16M Replace 16M with the size in Megabytes you would like the limit set to. Then place the file in your public_html folder (or d...
If your site occurs a 500 Internal Server Error the most common are php settings in your .htaccess file. They will typically look like this: php_value "register_globals" "1" To fix this simply create a file named php.ini in your public_html folder, ...
How do I change PHP setting x? Easy: First create a blank text file called php.ini (assuming one doesn't already exist in your public_html folder) Then put in each setting you want to change one line at a time. For example: If you want to turn...
To do this you need to do 2 things: 1) Create a wildcard DNS subdomain entry for the domain To do this, just fire up the DNS editor for the domain in question and put in the following: *.domain.com. 14400 IN A ip.the.site.is.on Of course replace d...