I am having difficulty connecting to the webpage from outside the company it connects correctly internally.( any ip in the company )
I am able to connect to my other pages from external machine but not the new word press installation with a template (zerif-pro) . I can connect from the outside port forwarding setup and I am able to use SQL buddy , Myphp admin and the other alias links
the outside port in non standard 1000 so when connecting to the phpinfo i use my server.co.za:1000/index.php
and I connect perfectly i then click on the aliases of Myphp or sql buddy and i can connect correctly .
I am using a windows server with wamp installed.
I have edited the .conf files to be able to connect internally correctly ,
I believe i have set the Http.conf file up correctly , how do i debug to find what is causing the access denied problem.
from mozilla browser : using internal path with the external ip address
so internal address which works
http://localipaddress/tsics/index.php — works
http://externalipaddress:1000/tsics/index.php —- doesn't work gives me the access denied message above.
http://externalipaddress:1000/index.php —- works gives me PHPinfo.
403 – Forbidden: Access is denied.
You do not have permission to view this directory or page using the credentials that you supplied.
DocumentRoot “c:/wamp/www/”
#
# Each directory to which Apache has access can be configured with respect
# to which services and features are allowed and/or disabled in that
# directory (and its sub-directories).
#
# First, we configure the “default” to be a very restrictive set of
# features.
#
<Directory />
AllowOverride all
Require all granted
allow from all
#
# Note that from this point forward you must specifically allow
# particular features to be enabled – so if something’s not working as
# you might expect, make sure that you have specifically enabled it
# below.
#
</Directory>