thanks for ur reply i also need a menu in my site how can i do this  i.e when i click home for example i want some drop down


From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of xerrano (sent by Nabble.com)
Sent: 07 November 2005 03:32
To: FarCry Developers
Subject: [farcry-dev] Re: Installed v3.0.0

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/ ---
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