WAMP 64bit external Access
Posted by: Zaaka72 (---.11-2.cable.virginm.net)
Date: April 15, 2018 11:07PM

I have recently done a complete format and rebuild of my main PC and decided as its a fast PC and 64bit would install WAMP64. This Q has probably been asked before but I am getting a 403 error even though I have the following code in the httpd.conf file, can anybody see if I have anything wrong? I have port 80 forwarded on my router and a port 80 rule in the firewall to allow the webserver to run and be accessed.


DocumentRoot "${INSTALL_DIR}/www"
<Directory "${INSTALL_DIR}/www/">
#
# Possible values for the Options directive are "None", "All",
# or any combination of:
# Indexes Includes FollowSymLinks SymLinksifOwnerMatch ExecCGI MultiViews
#
# Note that "MultiViews" must be named *explicitly* --- "Options All"
# doesn't give it to you.
#
# The Options directive is both complicated and important. Please see
# [httpd.apache.org]
# for more information.
#
Options +Indexes +FollowSymLinks +Multiviews

#
# AllowOverride controls what directives may be placed in .htaccess files.
# It can be "All", "None", or any combination of the keywords:
# AllowOverride FileInfo AuthConfig Limit
#
AllowOverride all

#
# Controls who can get stuff from this server.
#
# onlineoffline tag - don't remove
Require all granted
</Directory>

Options: ReplyQuote
Re: WAMP 64bit external Access
Posted by: RiggsFolly (Moderator)
Date: April 16, 2018 01:30AM

Hi

Can you answer all these questions please, so we get the information correct in our answers

READ (and answer) BEFORE YOU ASK A QUESTION

---------------------------------------------------------------------------------------------
(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: WAMP 64bit external Access
Posted by: Zaaka72 (---.11-2.cable.virginm.net)
Date: April 16, 2018 01:39AM

What questions are you on about??

All I need to know is

if my script in my httpd.conf is correct?
and if so

What else could prevent the remote computer from accessing my server?


Thanks

------------------------------------------------------------------------------------
Rudeness and Sarcasm do not count as an answer in any forums

Options: ReplyQuote
Re: WAMP 64bit external Access
Posted by: Otomatic (Moderator)
Date: April 16, 2018 08:19AM

Hi,

> if my script in my httpd.conf is correct?
NO.

The need for Virtual Host

---------------------------------------------------------------
Documentation Apache - Documentation PHP - Documentation MySQL - Wampserver install files & addons

Options: ReplyQuote


Sorry, only registered users may post in this forum.