plesk

How to Add httpd.conf for Your Virtual Site on Plesk

Introduction This tutorial is made to help Plesk hosting providers setup a different rule per virtual site on their Plesk Shared Hosting Server Procedure 1. Login to you server by ssh2. go to the virtual site directory# cd /var/www/vhosts//conf3. edit your vhost.conf file. It has to be named vhost.conffor example:# vi vhost.confAlias /some_link /var/some_directory_to_link_to/ SetEnv REMOTE_USER=$REDIRECT_REMOTE_USER     Options […]

Articles

How to Migrate from one Domain Name to Another Domain Name on Linux Plesk 11

Introduction We somtimes have customers who would like to keep the current website available for users but have another website prepared on a different server and using different technology. These customers usually don’t want to purchase another domain name for the period of transition. What we do at Octopus Computer Solutions, is offer them to […]

Articles