Hi there,
The 6 questions answered:
1 - Windows version used --windows 7 ultimate 64 bit
2 - Version WampServer -- 3.0.4 64 bit
3 - Apache Version--2.4.18
4 - PHP Version--5.6.19
5 - MySQL Version--5.7.11
6 - What color is the WampServer icon--Green
The problem is that i can access the server from using my local ip, but when it comes to me trying to access the server using its public IP i'm getting this "Forbidden,You don't have permission to access / on this server."
Httpd.conf contents are:
ServerRoot "c:/wamp/bin/apache/apache2.4.18"
Define APACHE24 Apache2.4
#Listen 12.34.56.78:80
Listen 0.0.0.0:80
Listen [::0]:80
User daemon
Group daemon
ServerName 192.168.0.19:80
<Directory />
AllowOverride none
Require all denied
</Directory>
HostnameLookups Off
DocumentRoot "c:/wamp/www"
<Directory "c:/wamp/www/">
Options +Indexes +FollowSymLinks
AllowOverride all
# onlineoffline tag - don't remove
Require all granted
</Directory>
<IfModule dir_module>
DirectoryIndex index.php index.php3 index.html index.htm
</IfModule>
<Files ".ht*">
Require all denied
</Files>
<Directory "c:/wamp/cgi-bin">
AllowOverride None
Options None
Require all granted
</Directory>
<IfModule mime_module>
AddType application/x-compress .Z
AddType application/x-gzip .gz .tgz
AddType application/x-httpd-php .php
AddType application/x-httpd-php .php3
</IfModule>
EnableSendfile off
AcceptFilter http none
AcceptFilter https none
<IfModule proxy_html_module>
Include conf/extra/proxy-html.conf
</IfModule>
<IfModule ssl_module>
SSLRandomSeed startup builtin
SSLRandomSeed connect builtin
</IfModule>
Include "c:/wamp/alias/*"
Thank you.
The 6 questions answered:
1 - Windows version used --windows 7 ultimate 64 bit
2 - Version WampServer -- 3.0.4 64 bit
3 - Apache Version--2.4.18
4 - PHP Version--5.6.19
5 - MySQL Version--5.7.11
6 - What color is the WampServer icon--Green
The problem is that i can access the server from using my local ip, but when it comes to me trying to access the server using its public IP i'm getting this "Forbidden,You don't have permission to access / on this server."
Httpd.conf contents are:
ServerRoot "c:/wamp/bin/apache/apache2.4.18"
Define APACHE24 Apache2.4
#Listen 12.34.56.78:80
Listen 0.0.0.0:80
Listen [::0]:80
User daemon
Group daemon
ServerName 192.168.0.19:80
<Directory />
AllowOverride none
Require all denied
</Directory>
HostnameLookups Off
DocumentRoot "c:/wamp/www"
<Directory "c:/wamp/www/">
Options +Indexes +FollowSymLinks
AllowOverride all
# onlineoffline tag - don't remove
Require all granted
</Directory>
<IfModule dir_module>
DirectoryIndex index.php index.php3 index.html index.htm
</IfModule>
<Files ".ht*">
Require all denied
</Files>
<Directory "c:/wamp/cgi-bin">
AllowOverride None
Options None
Require all granted
</Directory>
<IfModule mime_module>
AddType application/x-compress .Z
AddType application/x-gzip .gz .tgz
AddType application/x-httpd-php .php
AddType application/x-httpd-php .php3
</IfModule>
EnableSendfile off
AcceptFilter http none
AcceptFilter https none
<IfModule proxy_html_module>
Include conf/extra/proxy-html.conf
</IfModule>
<IfModule ssl_module>
SSLRandomSeed startup builtin
SSLRandomSeed connect builtin
</IfModule>
Include "c:/wamp/alias/*"
Thank you.