[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] RaQ2 emergency help



Hi, everyone:

I am new to the Cobalt RaQ2. I did try something, but
it didn't work.

The purpose is that we want to use this box to hold
multiple web sites and ftp sites with one ip address,
maybe later for email as well.

I did create a main site and some virtual sites, then
tested. It always gives me the default site.

How to set up each site, and how to configure each
site, I mean some sites' default is index.html,
index.htm, default.asp, whatever, how to configure it?

Please help, and thank you so much in advance.

Shawn Xu

I guess the reason you went to the default page, is that you either did a) not change the default page, index.html or b) you were actually FTP's to the wrong directory.

a)All sites have a default page of index.html. If you wish to use other page names, then create an html page as follows:

<html>
	<head>
<meta http-equiv="content-type" content="text/html;charset=iso-8859-1">
		<title>Netergy Redirect</title>
		<meta http-equiv="refresh" content="0;URL=default.html">
	</head>
	<body>
	</body>
</html>

Name the file index.html.


This will redirect to default.html (amend as required).

You could change the Apache config file but I am trying to provide a simple solution.

b) When you FTP, ensure that you specify '/web' as the directory. If you don't, you will go to /users/<username>/web, instead of /web. You can access the /users/<username>/web directory by going to http://<site address>/~<username>

I hope this helps.

Jason Vaughan
http://www.cobalt-training.com
Next training day, 27th November 2001.



--
http://www.cobalt-training.com
Tel:+44 207 610 1010
Fax:+44 207 610 1551