1. Windows version used (Specify version number AND whether 32 or 64 bit)
Win 10 Education 64-bit
2 - Version WampServer (Specify version number AND whether 32 or 64 bit)
Wampserver 3.2.6 64-bit
3 - Apache Version – 2.4.51
4 - PHP Version – 7.4.26
5 - MySQL Version – 8.0.27
5a - MariaDB version if applicable – n.a.
6 - What color is the WampServer icon (in the notification area of the taskbar)
- green color
If the WampServer icon is green:
8 - Do you have access to localhost (Homepage WampServer)? Yes. I have
8a - If so, is there an error message at the bottom of the page?
9 - Do you have access to phpMyAdmin? - I have
10 - If you refer to an error message, please include the EXACT wording of the error in your post – N.A
11 - If you use an Antivirus and / or Firewall, please include the names of these – Trend Micro (Corporate Firewall)
12 - What is the full path to the installation of WampServer (eg D:\wamp\) – D:\wamp64
13 – http.conf - port 8181. Port 80 is taken by systems.
#Listen 12.34.56.78:80
Listen 0.0.0.0:8181
Listen [::0]:8181
13 - If you have one or more Virtual Hosts defined, please show their definition(s)
Location of httpd-vhosts.conf is in D:\wamp64\bin\apache\apache2.4.51\conf\extra
# Virtual Hosts
#
<VirtualHost *:8181>
ServerName localhost
ServerAlias localhost
DocumentRoot "d:/wamp64/www"
<Directory "d:/wamp64/www/">
Options +Indexes +Includes +FollowSymLinks +MultiViews
AllowOverride All
Require local
</Directory>
</VirtualHost>
#
#
#
<VirtualHost *:8181>
ServerName iseppL
DocumentRoot "D:\wamp64\www\iseppL"
<Directory "D:\wamp64\www\iseppL/">
Options -Indexes +Includes +FollowSymLinks +MultiViews
AllowOverride All
Require local
</Directory>
php_flag display_errors On
php_flag log_errors On
php_value max_upload_size 40M
php_value max_execution_time 120
php_value error_log D:/wamp64/logs/isep_local_phperror.log"
</VirtualHost>
#
Hosts file configuration:
127.0.0.1 localhost:8181
::1 localhost:8181
127.0.0.1 iseppL:8181
::1 iseppL:8181
Folders under “www” directory:
I am trying out the website for “iseppL” folder.
The localhost webpage is displayed. However, when I clicked on iseppL:8181 the webpage cannot be displayed.
The message is “This site can’t be reached”. Check if there is a typo in iseppl.
I am using Chrome as the browser to call up the website “iseppL”.
Thanks.
Regards
Angela
Win 10 Education 64-bit
2 - Version WampServer (Specify version number AND whether 32 or 64 bit)
Wampserver 3.2.6 64-bit
3 - Apache Version – 2.4.51
4 - PHP Version – 7.4.26
5 - MySQL Version – 8.0.27
5a - MariaDB version if applicable – n.a.
6 - What color is the WampServer icon (in the notification area of the taskbar)
- green color
If the WampServer icon is green:
8 - Do you have access to localhost (Homepage WampServer)? Yes. I have
8a - If so, is there an error message at the bottom of the page?
9 - Do you have access to phpMyAdmin? - I have
10 - If you refer to an error message, please include the EXACT wording of the error in your post – N.A
11 - If you use an Antivirus and / or Firewall, please include the names of these – Trend Micro (Corporate Firewall)
12 - What is the full path to the installation of WampServer (eg D:\wamp\) – D:\wamp64
13 – http.conf - port 8181. Port 80 is taken by systems.
#Listen 12.34.56.78:80
Listen 0.0.0.0:8181
Listen [::0]:8181
13 - If you have one or more Virtual Hosts defined, please show their definition(s)
Location of httpd-vhosts.conf is in D:\wamp64\bin\apache\apache2.4.51\conf\extra
# Virtual Hosts
#
<VirtualHost *:8181>
ServerName localhost
ServerAlias localhost
DocumentRoot "d:/wamp64/www"
<Directory "d:/wamp64/www/">
Options +Indexes +Includes +FollowSymLinks +MultiViews
AllowOverride All
Require local
</Directory>
</VirtualHost>
#
#
#
<VirtualHost *:8181>
ServerName iseppL
DocumentRoot "D:\wamp64\www\iseppL"
<Directory "D:\wamp64\www\iseppL/">
Options -Indexes +Includes +FollowSymLinks +MultiViews
AllowOverride All
Require local
</Directory>
php_flag display_errors On
php_flag log_errors On
php_value max_upload_size 40M
php_value max_execution_time 120
php_value error_log D:/wamp64/logs/isep_local_phperror.log"
</VirtualHost>
#
Hosts file configuration:
127.0.0.1 localhost:8181
::1 localhost:8181
127.0.0.1 iseppL:8181
::1 iseppL:8181
Folders under “www” directory:
I am trying out the website for “iseppL” folder.
The localhost webpage is displayed. However, when I clicked on iseppL:8181 the webpage cannot be displayed.
The message is “This site can’t be reached”. Check if there is a typo in iseppl.
I am using Chrome as the browser to call up the website “iseppL”.
Thanks.
Regards
Angela