reply<VirtualHost *:80>
DocumentRoot "C:\myphp_www\PHPTutorial\WWW\demo"
ServerName www.demo.com
ServerAlias demo.com
<Directory "C:\myphp_www\PHPTutorial\WWW\demo">
Options FollowSymLinks ExecCGI
AllowOverride All
Order allow,deny
Allow from all
Require all granted
</Directory>
</VirtualHost>
This path seems to be correct, right?
Look at the vhost file
Take a look at the vhosts.conf file.
Look at the default site path of the Vhost file in your Apache directory. It may be because there is no file in your default path!