<div>Cheers !</div>
<div>Will get on to it right away. Thanks for helping out !<br><br>&nbsp;</div>
<div><span class="gmail_quote">On 11/11/05, <b class="gmail_sendername">Paul Spencer</b> &lt;<a href="mailto:pspencer@dmsolutions.ca">pspencer@dmsolutions.ca</a>&gt; wrote:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">Hi,<br><br>put your application in a directory parallel to the chameleon directory:<br><br>/ms4w/apps/chameleon/
<br>/ms4w/apps/myApp/<br><br>then create an htdocs (or whatever you want to call it) directory<br>inside myApp that will contain only the web-accessible portion of<br>your application<br><br>then create an alias file in /ms4w/httpd.d/ ... see one of the
<br>existing files.&nbsp;&nbsp;It MUST be named httpd_&lt;something&gt;.conf to work.<br>Then restart apache and your new alias will point to your htdocs<br>folder only, the rest of your app is hidden to the web.<br><br>example alias file:
<br><br>Alias /myApp &quot;/ms4w/apps/myApp/htdocs&quot;<br>&lt;Directory &quot;/ms4w/apps/myApp/htdocs&quot;&gt;<br>&nbsp;&nbsp;AllowOverride None<br>&nbsp;&nbsp;Options Indexes FollowSymLinks Multiviews<br>&nbsp;&nbsp;Order allow,deny<br>&nbsp;&nbsp;Allow from all
<br>&lt;/Directory&gt;<br><br>and the url becomes <a href="http://localhost/myApp">http://localhost/myApp</a><br><br>Cheers<br><br>Paul<br><br>On 11-Nov-05, at 10:56 AM, Steven De Vriendt wrote:<br><br>&gt; I've set up ms4w with chameleon on localhost. I've set up
<br>&gt; an application folder under the chameleon/htdocs folder<br>&gt; now I see that everything in my web directory can be<br>&gt; browsed...How can I set up a working envirnoment where<br>&gt; only access to my application dir is done ??
<br>&gt;<br>&gt; Thanks to the list and developpers of mapserver<br>&gt; and chameleon for their great effort making this a<br>&gt; wonderfull tool !<br>&gt;<br>&gt;<br>&gt; _______________________________________________
<br>&gt; Chameleon mailing list<br>&gt; <a href="mailto:Chameleon@lists.maptools.org">Chameleon@lists.maptools.org</a><br>&gt; <a href="http://lists.maptools.org/mailman/listinfo/chameleon">http://lists.maptools.org/mailman/listinfo/chameleon
</a><br><br>+-----------------------------------------------------------------+<br>|Paul Spencer&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <a href="mailto:pspencer@dmsolutions.ca">pspencer@dmsolutions.ca</a>&nbsp;&nbsp; |<br>+-----------------------------------------------------------------+
<br>|Applications &amp; Software Development&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|<br>|DM Solutions Group Inc&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <a href="http://www.dmsolutions.ca/|">http://www.dmsolutions.ca/|</a><br>+-----------------------------------------------------------------+
<br><br><br><br><br></blockquote></div><br>