I&#39;m trying to put my code in the apache/htdocs folder rather than in ms4w/apps...that way you don&#39;t have to bother with setting up aliases in httpd.conf<br>in httpd.conf I say:<br>DocumentRoot &quot;d:/ms4w/Apache/htdocs&quot;<br>
<br>in chameleon.xml I say:<br>        &lt;param-name&gt;web_server_path&lt;/param-name&gt;<br>        &lt;param-value&gt;/chameleon/htdocs&lt;/param-value&gt;<br><br>but nothing in the chameleon folder loads...all are 404-not-found even though the files do exist: (other folders ok)<br>
<br>for example, for /chameleon/htdocs/skins/IGIS/a_pixel.gif<br>in access.log:<br>&quot;GET /chameleon/htdocs///skins/IGIS/a_pixel.gif HTTP/1.1&quot; 404 239<br>in error.log:<br>File does not exist: D:/ms4w/apps/chameleon/htdocs/htdocs, referer: <a href="http://localhost/raap/index.php">http://localhost/raap/index.php</a><br>
<br>where is &quot;/ms4w/apps&quot; coming from? where is &quot;/htdocs/htdocs&quot; coming from?<br>what am I missing? is  this impossible with ms4w?<br><br>thanx,<br>Ben<br>