Multiple site on one server
Posted by: gcraig (---.txucom.net)
Date: November 03, 2006 11:45PM

I have PHPBB forum running on a server that is internal. I am hosting it myself for my place of work. We need to install a Help Desk. I installed the Help Center Live. Got it to come up on the local host but I can not get it from anyother computer on the network. Is there some setting I need to do so WAMP will know the second site is there.
For example if I enter:

Host IP/forum
The PHPBB forum will open

Host IP/help
Page can not be found

From the localhost computer if I enter
Host IP/help/index.php
The Help Desk forum opens

Options: ReplyQuote
Re: Multiple site on one server
Posted by: CyberSpatium (71.237.217.---)
Date: November 04, 2006 03:46AM

put your server in online mode and use your ip address instead of localhost
[your.ip.address.com]

CyberSpatium
WAMP English Forum Admin

Options: ReplyQuote
Re: Multiple site on one server
Posted by: gcraig (---.txucom.net)
Date: November 06, 2006 11:06PM

I have done so in entering the ip/help but it still does not work.

Options: ReplyQuote
Re: Multiple site on one server
Posted by: CyberSpatium (71.237.217.---)
Date: November 07, 2006 04:19AM

have you edited anything in your httpd.conf file? because if you are getting Host IP/help - Page can not be found error, that means you have changed options for accessing

make sure this section of your httpd.conf file has options setting includes the indexes and followsymlinks directive.

<Directory "C:/wamp/www">

#
# Possible values for the Options directive are "None", "All",
# or any combination of:
# Indexes Includes FollowSymLinks SymLinksifOwnerMatch ExecCGI MultiViews
#
# Note that "MultiViews" must be named *explicitly* --- "Options All"
# doesn't give it to you.
#
# The Options directive is both complicated and important. Please see
# [httpd.apache.org]
# for more information.
#
Options Indexes FollowSymLinks


then scroll down and make sure your DirectoryIndex setting looks like this
DirectoryIndex index.php index.php3 index.html index.htm index.html.var

after you finish editing httpd.conf file, restart apache for the new settings to take effect.

CyberSpatium
WAMP English Forum Admin

Options: ReplyQuote


Sorry, only registered users may post in this forum.