it seems the problem comes from Apache's Directory access rule. look in the file httpd.conf (in C:\wamp\Apache2\conf) and check if you have this line at the bottom: Include "c:/wamp/apache2/conf/cartoweb3.conf"
then check this cartoweb3.conf file and verify it is like this: <Directory c:/wamp/www/cartoweb3> Action php-script /php/php-cgi.exe AddHandler php-script .php .html Options ExecCGI Indexes </Directory> if it still doesnt work, edit the file like this: <Directory c:/wamp/www/cartoweb3> Action php-script /php/php-cgi.exe AddHandler php-script .php .html Options ExecCGI Indexes Order allow,deny Allow from all </Directory> Regards, Oliver ----- Original Message ----- From: Celso Araujo To: Oliver Christen Sent: Thursday, March 08, 2007 4:50 PM Subject: Re: [Cartoweb-users] 403 Forbidden Hi, The http://localhost/ functions correctly but the http://localhost/cartoweb3/htdocs/client.php no -------------------------------------------------------------------------------- hi, The only thing I can think about is an access right not set correctly in apache can you access to http://localhost/ ? ----- Original Message ----- From: Celso Araujo To: [email protected] Sent: Wednesday, March 07, 2007 4:13 PM Subject: [Cartoweb-users] 403 Forbidden Hello Everyone ! I am a beginner in the world of GIS. After to install WAMP+CARTOWEB+GETTEXT my navigator in "http://localhost/cartoweb3/htdocs/client.php " showed this : Forbidden You don't have permission to access /php/php-cgi.exe/cartoweb3/htdocs/client.php on this server. Thanks ! ------------------------------------------------------------------------------------------------------ Acelerador POP Acelere a sua conexão discada em até 19 x. Use o Acelerador POP. É grátis, pegue já o seu. http://www.pop.com.br/acelerador ---------------------------------------------------------------------------- _______________________________________________ Cartoweb-users mailing list [email protected] http://lists.maptools.org/mailman/listinfo/cartoweb-users ------------------------------------------------------------------------------------------------------ Acelerador POP Acelere a sua conexão discada em até 19 x. Use o Acelerador POP. É grátis, pegue já o seu. http://www.pop.com.br/acelerador
_______________________________________________ Cartoweb-users mailing list [email protected] http://lists.maptools.org/mailman/listinfo/cartoweb-users
