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

Re: [cobalt-users] RAQ4 - Changing /admin to whatever



> 
> 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