Topic: 2 forums within same domain

Hi!

I have a little question...

I have the forum in 2 different folders on a website.. an english folder and a norwegian folder..

And the thing is that i want to use the same database for booth but it wan't let me..

When i try to change the Base URl in the second folder, I'll get this:

Bad HTTP_REFERER. If you have moved these forums from one location to another or switched domains, you need to update the Base URL manually in the database (look for o_base_url in the config table) and then clear the cache by deleting all .php files in the /cache directory.

I looked for that table but can't find it yikes

Any another name it could be stored within and how do i sett it to base url for both the number 1 folder and 2?

Best regards Me!

Re: 2 forums within same domain

That won't work. You can't use the same tables for two forums on two different URLs with one base URL. That's what you're doing, unless I'm misunderstanding you.

Re: 2 forums within same domain

the folders are within the same URL,,,,

Still want be possible?

4

Re: 2 forums within same domain

linux4me2 wrote:

the folders are within the same URL,,,,

Still want be possible?

base_uri/folder1 and base_uri/folder2 are completely different base uri's, as far as the o_base_url setup is concerned.

Re: 2 forums within same domain

but.. but.. i can't find the #"o_base_url in the config table


That's my big issue now..

6

Re: 2 forums within same domain

SELECT * FROM config WHERE conf_name='o_base_url';

7 (edited by linux4me2 2008-01-28 06:13)

Re: 2 forums within same domain

smile found it and i fiixed it smile

thanx wink