Hi there, I had the same problen than I play a little with virtualhost in httpd.conf file, and that take care of the situation.

I used to have this:
<VirtualHost 127.0.0.1:80>
        ServerName localhost
        DocumentRoot /private/etc/httpd
          Alias /farcry "/Library/WebServer/Documents/farcry/farcry_core/admin"
          Alias /CFIDE "/Library/WebServer/Documents/CFIDE"
          Alias /multilist "/Library/WebServer/Documents/farcry/multilistmanager/www"
</VirtualHost>

Then i just take out the :80 port:
<VirtualHost 127.0.0.1>
        ServerName localhost
        DocumentRoot /private/etc/httpd
          Alias /farcry "/Library/WebServer/Documents/farcry/farcry_core/admin"
          Alias /CFIDE "/Library/WebServer/Documents/CFIDE"
          Alias /multilist "/Library/WebServer/Documents/farcry/multilistmanager/www"
</VirtualHost>


THAT IS IT!

Hope you have the same luck

Sent from the FarCry - Dev - Old List forum at Nabble.com. --- You are currently subscribed to farcry-dev as: [email protected] To unsubscribe send a blank email to [EMAIL PROTECTED] Aussie Macromedia Developers: http://lists.daemon.com.au/

Reply via email to