From: Zach Dennis Date: 2004-09-20T06:24:19+09:00 Subject: Re: Arrow Configuration File Question Michael, I found my problem. My Apache httpd.conf file was pointing to "/var/www/camphq.com" as the directory root. That directory did not exist. but "/var/www/camphq" did. When I supplied a full URL: "http://www.camphq.com/index" it couldn't find index because it was looking for index in the /var/www/camphq.com/applets directory. When I supplied the "camphq" post-fix on the URL then Arrow was able to correctly handle it because I told it to specifically go to /camphq. I made a symlink from /var/www/camphq.com to /var/www/camphq and switched my configuration file for Arrow, and it is working like a charm. Sorry for the confusion. Zach