Forum Moderators: phranque
Is this possible?
Can anybody provide some code to help me achieve this?
<VirtualHost *:80>
ServerName example.com
ServerAlias www.example.com
DocumentRoot "/var/www/myfolder"
ErrorLog "/var/logs/example.com.error.log"
CustomLog "/var/logs/example.com.custom.log" combined
</VirtualHost>