Archive for July, 2010
How to edit the hosts file in Mac OS X
Step 1 – Open the Terminal.app Either by start typing Terminal on the Spotlight, or by going into Applications -> Utilities -> Terminal. Step 2 – Open the hosts file Open the hosts by typing on the Terminal that you have just opened: $ sudo nano /private/etc/hosts Type your user password when prompted. Step 3 [...]
Read morephp_value_memory_limit
This is how to increase the php value memory limit on a plesk hosted website What you need to do is to create a file called : vhost.conf This file must be located in : /var/www/vhosts/domain.com/conf/ Inside this file, add (and change domain.com) : <Directory /var/www/vhosts/domain.com/httpdocs/> php_value memory_limit 64M </Directory> As root, run the following [...]
Read more