Hey,
I am completely new to wampserver. I am using wampserver Version 3.1.3 - 64bit installed on windows 10 x64, Apache version 2.4.33, PHP version 5.6.35, mySQL version 5.7.21 and MariaDB version 10.2.14.
My virtual host file looks like this:
# Virtual Hosts
#
<VirtualHost *:80>
ServerName localhost
ServerAlias localhost
DocumentRoot "${INSTALL_DIR}/www"
<Directory "${INSTALL_DIR}/www/">
Options +Indexes +Includes +FollowSymLinks +MultiViews
AllowOverride All
Require all granted
</Directory>
</VirtualHost>
I have two problems when accessing this over LAN.
1 - When I access the wampserver homepage from other computers, the page opens with these two error messages at the bottom:
The path ${INSTALL_DIR}/www for DocumentRoot does not exist (File c:/wamp64/bin/apache/apache2.4.33/conf/extra/httpd-vhosts.conf)
The path ${INSTALL_DIR}/www/ for <Directory ... does not exist (File c:/wamp64/bin/apache/apache2.4.33/conf/extra/httpd-vhosts.conf)
2 - I cannot access phpmyadmin over LAN. I am receiving 403 forbidden error message.
Can you please help me with this?
Thank you
I am completely new to wampserver. I am using wampserver Version 3.1.3 - 64bit installed on windows 10 x64, Apache version 2.4.33, PHP version 5.6.35, mySQL version 5.7.21 and MariaDB version 10.2.14.
My virtual host file looks like this:
# Virtual Hosts
#
<VirtualHost *:80>
ServerName localhost
ServerAlias localhost
DocumentRoot "${INSTALL_DIR}/www"
<Directory "${INSTALL_DIR}/www/">
Options +Indexes +Includes +FollowSymLinks +MultiViews
AllowOverride All
Require all granted
</Directory>
</VirtualHost>
I have two problems when accessing this over LAN.
1 - When I access the wampserver homepage from other computers, the page opens with these two error messages at the bottom:
The path ${INSTALL_DIR}/www for DocumentRoot does not exist (File c:/wamp64/bin/apache/apache2.4.33/conf/extra/httpd-vhosts.conf)
The path ${INSTALL_DIR}/www/ for <Directory ... does not exist (File c:/wamp64/bin/apache/apache2.4.33/conf/extra/httpd-vhosts.conf)
2 - I cannot access phpmyadmin over LAN. I am receiving 403 forbidden error message.
Can you please help me with this?
Thank you