Hello,
I've created two virtual hosts as instructed in "Configuring Name-based Virtual Hosts" in "
https://library.linode.com/hosting-website#sph_configuring-name-based-virtual-hosts" document. As per "
https://library.linode.com/web-servers/apache/2.2-2.4-upgrade" I added the following instruction: <Directory /path/toMy/public/website/> Require all granted </Directory>
to each virtual host configuration file with the correct path.
My first site, [url]gouro.us[/url] seems to read the index.html but does not load/show the included image???
My second site, transition.blue, I have a Forbidden You don't have permission to access / on this server. error.
If i put the <Directory instructions in apache2.conf instead then the second site display
Index of /
[ICO] Name Last modified Size Description
[TXT] transition.html 2014-05-27 18:05 21K
[DIR] transition_fichiers/ 2014-05-27 18:07 -
It does not load/display the html file.
Thank you in advance.