I'm trying to put my code in the apache/htdocs folder rather than in ms4w/apps...that way you don't have to bother with setting up aliases in httpd.conf<br>in httpd.conf I say:<br>DocumentRoot "d:/ms4w/Apache/htdocs"<br>
<br>in chameleon.xml I say:<br> <param-name>web_server_path</param-name><br> <param-value>/chameleon/htdocs</param-value><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>"GET /chameleon/htdocs///skins/IGIS/a_pixel.gif HTTP/1.1" 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 "/ms4w/apps" coming from? where is "/htdocs/htdocs" coming from?<br>what am I missing? is this impossible with ms4w?<br><br>thanx,<br>Ben<br>