On one Linux Server running Apache and PHP 5, we have multiple Virtual Hosts with separate log files. We cannot seem to separate the php error_log between virtu
Create Simple VirtualHost:
example hostname:- thecontrolist.localhost
C:\Windows\System32\drivers\etc
127.0.0.1 thecontrolist.localhost in hosts file
C:\xampp\apache\conf\extra\httpd-vhosts.conf
ServerName thecontrolist.localhost
ServerAlias thecontrolist.localhost
DocumentRoot "/xampp/htdocs/thecontrolist"
Options +Indexes +Includes +FollowSymLinks +MultiViews
AllowOverride All
Require local
Don't Forget to restart Your apache. for more check this link