Setup new site on ebowdev
- Add new site on regiser365
- SSH in to the server
- Create directory:
mkdir /var/www/vhosts/ebowdev/test.ebowdev.com
- Change permissions
chmod -R 777 new.ebowdev.com
- Copy one of the config files and edit it
cd /etc/httpd/sites/ebowdev/test.ebowdev.com.conf
cp test.ebowdev.com.conf new.ebowdev.com.conf
nano new.ebowdev.com.conf
- Restart all this shit
service httpd reload
service httpd restart (if reload is not working)