1 - Windows Sever 2016 Datacenter (64bit) v1607
2 - WampServer v3.1.4 (64bit)
3 - Apache v2.4.35
4 - PHP v7.2.10
5 - MySQL v5.7.23
5a - MariaDB N/A
6 - Icon is GREEN :)
7 - c:\Windows\System32\drivers\etc\hosts:
127.0.0.1 localhost
::1 localhost
127.0.0.1 mus
::1 mus
127.0.0.1 cs
::1 cs
# successful pings to ::1
8 - Do you have access to localhost (Homepage WampServer)? Y
8a - If so, is there an error message at the bottom of the page? N
9 - Do you have access to phpMyAdmin? Y
10 - If you refer to an error message, please include the EXACT wording of the error in your post
11 - If you use an Antivirus and / or Firewall, please include the names of these - BitDefender
12 - Wampserver: C:\wamp64\
13 - If you have one or more Virtual Hosts defined, please show their definition(s)
# Virtual Hosts
<VirtualHost *:80>
ServerName localhost
ServerAlias localhost
DocumentRoot "${INSTALL_DIR}/www"
<Directory "${INSTALL_DIR}/www/">
Options +Indexes +Includes +FollowSymLinks +MultiViews
AllowOverride All
Require local
</Directory>
</VirtualHost>
#
<VirtualHost *:80>
ServerName mus
DocumentRoot "c:/wamp64/www/music"
<Directory "c:/wamp64/www/music/">
Options +Indexes +Includes +FollowSymLinks +MultiViews
AllowOverride All
Allow from all
Require all granted
</Directory>
</VirtualHost>
#
<VirtualHost *:80>
ServerName cs
DocumentRoot "c:/wamp64/www/protrack"
<Directory "c:/wamp64/www/protrack/">
Options +Indexes +Includes +FollowSymLinks +MultiViews
AllowOverride All
Allow from all
Require all granted
</Directory>
</VirtualHost>
========================================================
Hi All,
I have implemented a new/clean installation of WampServer (as detailed above)
I have 2 Virtual Hosts configured (cs and mus - also detailed above)
Both work on the server when accessed from a web browser typing e.g. cs/ or mus/
When accessed remotely, cs/ works fine, but mus/ doesn't (irrespective of including http:// etc.
It just give the following error:
This site can’t be reached
mus’s server IP address could not be found.
Search Google for mus
ERR_NAME_NOT_RESOLVED
(The same happens when I try to access phpMyAdmin remotely too, although I suspect this is a different issue!)
I can't see why one works and the other doesn't. It is probably a very obvious thing.
I have worked my way through countless posts & all of the linked documentation trying to resolve, but have ground to a halt. I normally stick to PHP/MySQL, so the server stuff is new to me...so please go gentle!
Many thanks for any advice/help!
RnR
2 - WampServer v3.1.4 (64bit)
3 - Apache v2.4.35
4 - PHP v7.2.10
5 - MySQL v5.7.23
5a - MariaDB N/A
6 - Icon is GREEN :)
7 - c:\Windows\System32\drivers\etc\hosts:
127.0.0.1 localhost
::1 localhost
127.0.0.1 mus
::1 mus
127.0.0.1 cs
::1 cs
# successful pings to ::1
8 - Do you have access to localhost (Homepage WampServer)? Y
8a - If so, is there an error message at the bottom of the page? N
9 - Do you have access to phpMyAdmin? Y
10 - If you refer to an error message, please include the EXACT wording of the error in your post
11 - If you use an Antivirus and / or Firewall, please include the names of these - BitDefender
12 - Wampserver: C:\wamp64\
13 - If you have one or more Virtual Hosts defined, please show their definition(s)
# Virtual Hosts
<VirtualHost *:80>
ServerName localhost
ServerAlias localhost
DocumentRoot "${INSTALL_DIR}/www"
<Directory "${INSTALL_DIR}/www/">
Options +Indexes +Includes +FollowSymLinks +MultiViews
AllowOverride All
Require local
</Directory>
</VirtualHost>
#
<VirtualHost *:80>
ServerName mus
DocumentRoot "c:/wamp64/www/music"
<Directory "c:/wamp64/www/music/">
Options +Indexes +Includes +FollowSymLinks +MultiViews
AllowOverride All
Allow from all
Require all granted
</Directory>
</VirtualHost>
#
<VirtualHost *:80>
ServerName cs
DocumentRoot "c:/wamp64/www/protrack"
<Directory "c:/wamp64/www/protrack/">
Options +Indexes +Includes +FollowSymLinks +MultiViews
AllowOverride All
Allow from all
Require all granted
</Directory>
</VirtualHost>
========================================================
Hi All,
I have implemented a new/clean installation of WampServer (as detailed above)
I have 2 Virtual Hosts configured (cs and mus - also detailed above)
Both work on the server when accessed from a web browser typing e.g. cs/ or mus/
When accessed remotely, cs/ works fine, but mus/ doesn't (irrespective of including http:// etc.
It just give the following error:
This site can’t be reached
mus’s server IP address could not be found.
Search Google for mus
ERR_NAME_NOT_RESOLVED
(The same happens when I try to access phpMyAdmin remotely too, although I suspect this is a different issue!)
I can't see why one works and the other doesn't. It is probably a very obvious thing.
I have worked my way through countless posts & all of the linked documentation trying to resolve, but have ground to a halt. I normally stick to PHP/MySQL, so the server stuff is new to me...so please go gentle!
Many thanks for any advice/help!
RnR