I apologize for bothering you guys again. I'm having a bad time accessing my website from the public internet. I've been all over this forum as well as the internet at large and have tried a number of software edits but thus far nothing works.
My condition is as follows:
Clean install of Windows 10 Pro v1803
Installed all of the Microsoft Redistributable packages, all present
Installed WAMPServer 3.1.3 without issue
Manually added a folder under c:/wamp64/www for my website, HumHub
Modified file permission on the Hosts file to allow Virtual Hosts to edit the file
"Add a Virtual Host" ran to completion with no error
Decompressed HumHub into my target directory
I can access HumHub via the browser on my webserver computer but not from any other computer. My Hpptd-Vhosts.conf file is as follows:
# 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 redrubberball
DocumentRoot "c:/wamp64/www/redrubberball"
<Directory "c:/wamp64/www/redrubberball/">
Options +Indexes +Includes +FollowSymLinks +MultiViews
AllowOverride All
# Require local
Require all granted
</Directory>
</VirtualHost>
Like I said berfore, I apologize in advance for bothering you guys but I'm really, really needing to get this show on the road. Can you help me out with this one?
Best regards....
My condition is as follows:
Clean install of Windows 10 Pro v1803
Installed all of the Microsoft Redistributable packages, all present
Installed WAMPServer 3.1.3 without issue
Manually added a folder under c:/wamp64/www for my website, HumHub
Modified file permission on the Hosts file to allow Virtual Hosts to edit the file
"Add a Virtual Host" ran to completion with no error
Decompressed HumHub into my target directory
I can access HumHub via the browser on my webserver computer but not from any other computer. My Hpptd-Vhosts.conf file is as follows:
# 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 redrubberball
DocumentRoot "c:/wamp64/www/redrubberball"
<Directory "c:/wamp64/www/redrubberball/">
Options +Indexes +Includes +FollowSymLinks +MultiViews
AllowOverride All
# Require local
Require all granted
</Directory>
</VirtualHost>
Like I said berfore, I apologize in advance for bothering you guys but I'm really, really needing to get this show on the road. Can you help me out with this one?
Best regards....