Installed WAMPServer
Version : 3.0.4
OS type : 64 bit
Apache : 2.4.18
PHP : 5.6.19 / 7.0.4 (5.6.19 checked)
MySQL : 5.7.11
I've tried to look at the older overflow questions and answers and tried to do along as they said, however, I still do not have any connection to the wampserver.
What I've done to test
- Use localhost on the host laptop to check if wampserver is operational [SUCCESS]
- Use my IP on host to check if wampserver is operational [SUCCESS]
- Use my IP on other devices on the network in attempt to access a php file of the server in a directory. [FAILED]
- Use other devices to on the network to ping my host [Request timed out x4]
- Use tracert command as an alternative to 4 [Request timed out]
What I've done to the server
Modification to httpd.conf
Listen 12.34.56.78:80//commented
Listen 0.0.0.0:80
Listen [::0]:80Dynamic Shared Object (DSO) Support//commented miscellaneous for LOAD MODULE
ServerName localhost:80
Deny access to the entirety of your server's filesystem. You must explicitly permit access to web content directories in other blocks below.
Directory//This directory tag has no reference to server AllowOverride All Require all granted Directory DocumentRoot "E:/Server/wamp64/www" Directory "E:/Server/wamp64/www/" Options Indexes FollowSymLinks AllowOverride All # onlineoffline tag - don't remove Require all granted Directory
What I've done to the host laptop
- Fresh installation of WAMP
- Backup original httpd.conf
- Edited httpd.conf (Refer above)
- [FAILED]Added rule for port 80 to enable all - Deleted
- Disable all rules for inbound for port 80
- Look for rules in outbound for port 80 [NONE]
All of the steps I've described does not work at all. Has no experience in firewall configuration and WAMP configuration. And no virtual hosts except localhost
P/S: The example link I tried testing was 1.1.1.1/testPHP/testPHP.php. The host is Win10 while the device on the similar network tested was XP. Any advice is greatly appreciated.