How to change the url of the mantis means say old url mantisdms.com to new url mantisdmstool.com
How to Change Mantis URL
Moderators: Developer, Contributor
How to Change Mantis URL
Hi
How to change the url of the mantis means say old url mantisdms.com to new url mantisdmstool.com
How to change the url of the mantis means say old url mantisdms.com to new url mantisdmstool.com
Re: How to Change Mantis URL
I have opened the config_inc.php file to edit the $g_path but the string $g_path is not present in the file config_inc.php, how to change the Mantis URL now?
Re: How to Change Mantis URL
Copy the option from file config_defaults_inc.php to config_inc.php and adjust to your needs.Ashwinntt wrote:$g_path is not present in the file config_inc.php, how to change the Mantis URL now?
Re: How to Change Mantis URL
Even in config_defaults_inc.php the $g_path (url) is not present , where I can change the URL to access the Mantis?
Re: How to Change Mantis URL
$g_path is set in config_defaults_inc.php if you use an original unchanged version of MantisBT.Ashwinntt wrote:Even in config_defaults_inc.php the $g_path (url) is not present
Someone changed the file on your installation.
Re: How to Change Mantis URL
Hi atrol,
Now we want to change the url and I have checked the files the modification date is same as the day when we installed it no one has changed it
Now we want to change the url and I have checked the files the modification date is same as the day when we installed it no one has changed it
Re: How to Change Mantis URL
I double checked our repository at github and our downloads at sourceforge.
I can just repeat: $g_path is set in config_defaults_inc.php if you use an unchanged MantisBT 1.2.15.
I can just repeat: $g_path is set in config_defaults_inc.php if you use an unchanged MantisBT 1.2.15.
Re: How to Change Mantis URL
Hi atrol
The path is "$g_path = $t_protocol . '://' . $t_host . $t_path;" in the config_defaults_inc.php file is it the default/unchanged one or it is changed
It would be really very helpful if you provide a sample config_inc.php file in which the $g_path is configured so that we can change our config_inc.php file accordingly
The path is "$g_path = $t_protocol . '://' . $t_host . $t_path;" in the config_defaults_inc.php file is it the default/unchanged one or it is changed
It would be really very helpful if you provide a sample config_inc.php file in which the $g_path is configured so that we can change our config_inc.php file accordingly