Hi<br><br>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.<br><br>If so head to an forum about your webserver, if it is apache then then you are probably looking for something like this<br>
<pre><br>&lt;VirtualHost 123.123.321.01&gt;
    DocumentRoot c:\\Internet_ Mapping
   ServerName  <a href="http://www.example.com">www.example.com</a>
&lt;/VirtualHost&gt;</pre>then <a href="http://www.example.com/webfiles/index.html">www.example.com/webfiles/index.html</a><br><br>should work<br><br clear="all">Matt  :)<br><br clear="all"><br><br><div class="gmail_quote">
On Thu, Feb 23, 2012 at 8:51 PM, Özgür Arslan <span dir="ltr">&lt;<a href="mailto:ozgurarslan81@hotmail.com">ozgurarslan81@hotmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">



<div><div dir="ltr">
Hi Everyone,<br>I am new in mapserver and I need help. Please help!<br><br>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?<br>
<br>- The files are in c:\Internet_ Mapping\webfiles<br><br>-  You want people to access them by entering <a href="http://servername/contentfiles/index.html" target="_blank">http://servername/contentfiles/index.html</a> into their web browser<br>
                                               </div></div>
<br>_______________________________________________<br>
mapserver-users mailing list<br>
<a href="mailto:mapserver-users@lists.osgeo.org">mapserver-users@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/mapserver-users" target="_blank">http://lists.osgeo.org/mailman/listinfo/mapserver-users</a><br>
<br></blockquote></div><br>