Website not availiable to other computers
Posted by: galionchris (50.54.80.---)
Date: September 08, 2017 04:04AM

Hello,

Please forgive me as I am new to WAMP and not a programmer, or a web guy. I have been looking for a definitive on this issue for a couple days now without success. I’m attempting to pull a new internal 411 (info) website written in wordpress from our web developers computer over to our production server.

The good news is that on the server everything works as expected! (localhost/411 works as does company411server/411)

But, when we attempt to access the site from other domain computers at [company411server] I get a "Forbidden You don't have permission to access / on this server."

I have been through the httpd.conf file as well as the httpd-virtual.conf file several times now changing the require lines to: Require All Granted lines without success. The server is internal only so anyone on our network should be able to access it.

What am I missing?????????

Server 2012R2 64bit; Wampserver 3.0.6 64 bit; Apache 2.4.23; PHP 5.6.25/7.0.10; MySQL 5.7.14; PhpMyAdmin 4.6.4; 127.0.0.1 localhost; The ‘W’ is green; I have access to phpMyAdmin; Install is at c:\WAMP; Antivirus is Disabled.

Options: ReplyQuote
Re: Website not availiable to other computers
Posted by: RiggsFolly (Moderator)
Date: September 08, 2017 12:02PM

Hi

First thing to try would be

Require all granted

Instead of
Require All Granted

If that does not work can you answer All these basic questions please and make sure you include your httpd-vhost.conf file as well

---------------------------------------------------------------------------------------------
(Windows 10 Pro 64bit) (Wampserver 3.3.4 64bit) Aestan Tray Menu 3.2.5.4
<Apache versions MULTIPE> <PHP versions MULTIPLE> <MySQL Versions MULTIPLE>
<MariaDB versions MULTIPLE> <phpMyAdmin versions MULTIPLE> <MySQL Workbench 8.0.23>

Read The Manuals Apache -- MySQL -- PHP -- phpMyAdmin
Get your Apache/MySQL/mariaDB/PHP ADDONs here from the WAMPServer alternate Repo
-X-X-X- Backup your databases regularly Here is How dont regret it later! Yes even when developing -X-X-X-

Options: ReplyQuote
Re: Website not availiable to other computers
Posted by: galionchris (---.central.biz.rr.com)
Date: September 08, 2017 03:14PM

Thank you RiggsFolly!

Made the changes to cApitaliZation
Restarted both services
W is green

Still getting this from my PC:

Forbidden
You don't have permission to access /411 on this server.
Apache/2.4.23 (Win64) PHP/5.6.25 Server at [server] Port 80

vhosts-conf file:

# Virtual Hosts
#

<VirtualHost *:80>
ServerName localhost
DocumentRoot c:/wamp/www
<Directory "c:/wamp/www/">
Options +Indexes +Includes +FollowSymLinks +MultiViews
AllowOverride All
Require all granted
</Directory>
</VirtualHost>
#

Options: ReplyQuote


Sorry, only registered users may post in this forum.