[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] RAQ4 - Changing /admin to whatever
- Subject: Re: [cobalt-users] RAQ4 - Changing /admin to whatever
- From: "Robert Fitzpatrick" <robert@xxxxxxxxxxx>
- Date: Wed Feb 27 01:45:16 2002
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
>
> Is there anyway to change the web interface login url from
http://www.domainname.com/admin to any other format lik
>
> http://www.domain.com/entry
>
In the /etc/httpd/conf/httpd.conf file is the RewriteRule command to
handle this. In this file, search for the following line:
RewriteRule ^/admin/?$
proto://servername:81/.cobalt/sysManage/index.html [L,R]
And change it to:
RewriteRule ^/entry/?$
proto://servername:81/.cobalt/sysManage/index.html [L,R]
Then type /etc/rc.d/init.d/httpd restart for the changes to take
effect. MAKE SURE TO BACKUP THE httpd.conf FILE BEFORE ATTEMPTING THIS
AND IT MAY INVALIDATE YOUR COBALT WARRANTY.
--
Robert