I have an installation path for the phpbugtracker like www.something.com/something2/bt. I have problem with forms because they have action parameter bt/index.php for example, and when I click to the submit button, they send me to the www.something.com/bt/script.php page. But its wrong because I need action parameter like www.something.com/something2/bt/script.php
Have I anything wrong in my config.php file or something bad value in the bugtracker database?
Thanx for all who help me
THF
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have an installation path for the phpbugtracker like www.something.com/something2/bt. I have problem with forms because they have action parameter bt/index.php for example, and when I click to the submit button, they send me to the www.something.com/bt/script.php page. But its wrong because I need action parameter like www.something.com/something2/bt/script.php
Have I anything wrong in my config.php file or something bad value in the bugtracker database?
Thanx for all who help me
THF
INSTALL_URL set to the http://www.something.com/something2/bt
or
http://www.something.com/something2/bt/
the results are the same......
THF