1 (edited by Demor 2007-12-15 11:04)

Topic: Wrong redirect after changing my forum Folder on my Server.

Hi everyone.


I changed the Name of the forum folder on my server. Now, the forum wil redirect the user to the old folder (to the old url). That happens after a post or after changing Admin Funktions or Options. Any time, the forum wil redirect me to the old folder.


What can i do?




PS.: Sorry about my english! hehe

2

Re: Wrong redirect after changing my forum Folder on my Server.

update the config.php file and delete the files in the cache folder

3

Re: Wrong redirect after changing my forum Folder on my Server.

How do i update this file?

4

Re: Wrong redirect after changing my forum Folder on my Server.

with notepad

5

Re: Wrong redirect after changing my forum Folder on my Server.

Do you mean i need to edit the file?

Re: Wrong redirect after changing my forum Folder on my Server.

You actually need to edit the base URL in the database to do this wink

update config set conf_value="newsite" where conf_name="o_base_url"

where newsite is your new base URL
That can be run in the textbox of the DB Management plugin

7

Re: Wrong redirect after changing my forum Folder on my Server.

Yeah yeah yeah!!!

Now it works! I have learned much in this few posts.



Thank you very much Smartys!