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

Re: [cobalt-developers] Undefined subroutine using a CGI Script on a Raq3



In Ref to the below Redirect Meta tag,

Being a designer, over the years I should advise anyone that uses 
this meta tag, that, Search Engines will not index that index.htm or 
even look at the keywords and description unless the content is 
set to atleast 30 seconds.  This can loose visitors unless there is 
some form of content within the index.htm or an Enter button or 
link.

Just my 2cents

Lennie Core

Send reply to:  	cobalt-developers@xxxxxxxxxxxxxxx

Michael wrote:

> Any way to setup DNS on a Raq3 so that it could redirect www.customer.com >
> www.myserver.com/customer ?

If what you want to do is type in the url "http://www.customer.com"; and
have the browser return a page you've installed at
www.myserver.com/customer, you do it with a redirect script in
/home/sites/www.customer.com/web or you can do it by changing the
DocumentRoot directive of the site's virtual block in
/etc/httpd/conf/httpd.conf.

If what you want to do is type in the url
"http://myserver.com/customer/"; and have the browser return a document
at www.customer.com, then you need to use a redirect script.

Here's an example of a redirect script that'd do what you want:

> <html>                                                                          
> <meta http-equiv="refresh" content="0;url=http://www.mktres.demon.co.uk/index.html";>
> </html>                                                                         

This script is in actual use on our server.  To see it in operation,
type the following into your browser:  "http://www.sdresearch.com/";.

To use it yourself, you'd need to change it to something like:

<meta http-equiv="refresh"
content="0;url=http://www.myserver.com/customer/index.html";>

Hope this helps <smile>.

Jeff
-- 
Jeff Lasman <jblists@xxxxxxxxxxxxx>
nobaloney.net
P. O. Box 52672
Riverside, CA  92517
voice: (909) 787-8589  *  fax: (909) 782-0205


_______________________________________________
cobalt-developers mailing list
cobalt-developers@xxxxxxxxxxxxxxx
http://list.cobalt.com/mailman/listinfo/cobalt-developers