How to change urlbase setting in Bugzilla config file manually?
Contents
My Bugzilla meets a strange problem. I used my IP as my Bugzilla urlbase setting. So I can login into my Bugzilla by following style address:
http://192.168.1.146:9090/
But right now the IP of the server has been changed, but Bugzilla will still jump to the old address once I login.
Because it is using old address to let me login, so I can’t login into administrator page to change the urlbase to the new IP.
My question is: where does Bugzilla save the urlbase string? I want to change it manually, so I can relogin my Bugzilla again.
The solution is very simple. Just need to change following line :
‘urlbase’ => ‘http://192.168.1.146:9090/’,
in file
/data/params
under Bugzilla installation path.
BTW: I have started a thread in StackOverflow about this question and you can vote you ideas to the thread.
Author Watterry
LastMod 2012-02-21