Menu doesn't work with EzUGCC Upgrade to 1.34

Having problems with the panel? Have questions? Post here!

Menu doesn't work with EzUGCC Upgrade to 1.34

Postby Masher » Sun Jan 17, 2010 8:13 pm

The new menu as part of the interface upgrade requires an entry to be added to the web servers configuration file to work properly. Follow the directions below to fix the menu on EzUGCC. Note that new installs of EzUGCC will not require this.

    Open the httpd.conf file in the conf folder of EzUGCC. Typically c:\program files\ezugcc\conf\httpd.conf
    Towards the bottom of the file; find the line: "<Directory "C:\Program Files\EzUGCC\www">" (your path may be different--but will end with www).
    Add the following text under the above line: AspNet On

It should look somewhat similar to the code below. Save your changes and restart the web server. The menu should now work.

Code: Select all
<Directory "C:\Program Files\EzUGCC\www">
AspNet On
Options FollowSymlinks ExecCGI
Order allow,deny
Allow from all
DirectoryIndex Default.aspx index.htm index.aspx
</Directory>
Masher
-----------
Need a web control panel to manage your game servers? Check out our newest product UGCC. It's affordable and works with Win, Linux, and BSDs.
Masher
Site Admin
 
Posts: 573
Joined: Thu Apr 20, 2006 2:54 pm
Location: Ohio

Return to UGCC Support

Who is online

Users browsing this forum: No registered users and 1 guest

cron