Hi

I am not exactly sure, but it sounds like this is not a mapserver question
but an apache?? question about how to make raw files downloadable.

If so head to an forum about your webserver, if it is apache then then you
are probably looking for something like this


<VirtualHost 123.123.321.01>
    DocumentRoot c:\\Internet_ Mapping
   ServerName  www.example.com
</VirtualHost>

then www.example.com/webfiles/index.html

should work

Matt  :)



On Thu, Feb 23, 2012 at 8:51 PM, Özgür Arslan <ozgurarsla...@hotmail.com>wrote:

>  Hi Everyone,
> I am new in mapserver and I need help. Please help!
>
> If I want people to access files that are on my computer by my Web Server
> what would I add to the httpd.conf file in order for this to happen given
> the following information?
>
> - The files are in c:\Internet_ Mapping\webfiles
>
> -  You want people to access them by entering
> http://servername/contentfiles/index.html into their web browser
>
> _______________________________________________
> mapserver-users mailing list
> mapserver-users@lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/mapserver-users
>
>
_______________________________________________
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users

Reply via email to