5Mar/101
Plesk & Symfony Framework
I came accross a project where i had to install Symfony Framework on a Plesk server. The Symfony had been transfered to the server using ftp, i need to create a vhost.conf file to notifity the plesk serevr where the document root is. First create a file on your local computer vhost.conf in file type [...]
27Feb/101
How to edit php.ini from ssh
To edit the php.ini on you server log on to the server via ssh (putty) 1. Log on to your server via ssh 2. Change directory from present home folder using ‘cd ..’ command 3. # cd /etc 4. # ls (make sure your php.ini file is present) 5. # vi php.ini 6. Find the [...]