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

RE: [cobalt-users] Fw: Numeric Subdomain



> > I found this problem was to do with the javascript checking on the 
> > admin interface. The CGI side of things handled the numeric 
> hostname 
> > fine.
> >
> > There is a check in there, that makes sure your hostname has 
> > non-numeric characters in it.
> >
> > To get around this problem, I commented out line 80 of:
> >     /usr/admserv/html/.cobalt/javaScript/network.js
> > Which contains:
> >     if( !letterExist ) return false;
> >
> > The version of network.js that I edited was 1.10.4.1 on a Raq 4.
> >
> > >
> > > I'm trying to set up www.499.mydomain.com  I've managed 
> to set up an 
> > > A record with the hostname as "www.499", but I cant get 
> it to accept 
> > > "499"
> > as
> > > the hostname only.

<snipped lots of extra stuff>

An alternative is to create the site via an included .conf in
httpd.conf, if you don't need all the other elements of the GUI for the
subdomain. If you already have www.mydomain.com set up and accepting
mail for what will become www.499.mydomain.com then users for email
would most likely be set up under the main domain anyway.

-- 
Dan Kriwitsky

Please reply to the list only. Offlist replies are not read.