Posted by:
Alberto
(---.pool8174.interbusiness.it)
Because I in localhost see page PHP in c:\wamp\www, and in remote I obtain: "Forbidden You don't have permission to access / on this server. Apache/2.0.58 (Win32) PHP/5.1.4 Server at test1.dyndns.org Port 80".
I configure APACHE httpd.conf as it follows:
NameVirtualHost *
#
# VirtualHost example:
# Almost any Apache directive may go into a VirtualHost container.
# The first VirtualHost section is used for requests without a known
# server name.
#
<VirtualHost *>
DocumentRoot "C:/wamp/www"
ServerName localhost
</VirtualHost>
<VirtualHost *>
DocumentRoot "C:/wamp/www"
ServerName test1.dyndns.org
</VirtualHost>