[mapserver-users] help

andy andy at squeakycode.net
Fri Jul 26 07:55:44 PDT 2013


On 7/26/2013 9:12 AM, nora_tassetti at libero.it wrote:
> Dear all,
>
> I am a novice to MS4W and web mapping applications, and got recommended the
> MS4W to start building up a web map. I have installed the MS4W 3.0.6
> package directly on my C drive (so C:\ms4w).  I am running on Windows 8 and
> using a Firefox. The installation seems succesful and when going to *
> http://localhost*:8080  <http://localhost*:8080/>  everything looks as it should according to the
> documentation.
>
> Then I downloaded the pmapper 4.3.1 application package, extracted the
> files to my C drive and copied them into the ms4w folder. I refreshed the
> Apache MS4W Web Server application and refreshed the local host page and
> the pmapper package appeared on the localhost accordingly. However, when I
> tried to start the demo application I received the following error message:
> *Not Found. The requested URL /pmapper/ was not found on this server.
>
>
>
> can someone help me?
>
> thanks in advance
>
>
>


Sounds like an Apache config problem.  I'd guess the DirectoryIndex 
doesn't include index.php.

See:
http://httpd.apache.org/docs/2.2/mod/mod_dir.html

You have two options:
1) edit apache config:
DirectoryIndex index.php index.html

2) enter the full url in your browser:
http://localhost/pmapper/index.php

-Andy




More information about the mapserver-users mailing list