| Author |
Topic Search Topic Options
|
MortiOli
Senior Member
Joined: 26 May 2002
Location: United Kingdom
Status: Offline
Points: 514
|
Post Options
Thanks(0)
Quote Reply
Topic: Many WW - One Host Package Posted: 17 February 2005 at 4:48pm |
Hi, I hope you'll be able to shed some light on this...
I'm on a hosting package with 1&1, and host various websites for myself and friends, and a number of WW forums.
However I've noticed strange things happening, where it looks like one forum is picking up the logo / logo link from another forum. Is there anyway to stop this happening, as I love the WW forum etc, but don't want to limit myself and friends to only one instance of it.
Thanks in advance!
|
 |
dj air
Senior Member
Joined: 05 April 2002
Location: United Kingdom
Status: Offline
Points: 3627
|
Post Options
Thanks(0)
Quote Reply
Posted: 17 February 2005 at 5:02pm |
|
there are a few ways round this .. are the forums in the same domain ?
if so it might be best/ one option is to move them each into there own sub doimain.
or you can turn off application veriables from within the common.asp file
this is because the sites are in the same application pool.
|
 |
MortiOli
Senior Member
Joined: 26 May 2002
Location: United Kingdom
Status: Offline
Points: 514
|
Post Options
Thanks(0)
Quote Reply
Posted: 17 February 2005 at 6:24pm |
Is this the place;
'Set if application variables are used for forum configuration 'This will make your forum run faster as there are less hits on the database, but if you are using free web hosting or 'are on a server where you share your application oject with others then you will need to set this to false blnUseApplicationVariables = true
Would setting that to false, have a big impact on bandwidth usage etc?
Just so I can understand it a little better, when it's set on true, where is it taking the configuration information from?
Thanks for your swift response!
|
 |
dj air
Senior Member
Joined: 05 April 2002
Location: United Kingdom
Status: Offline
Points: 3627
|
Post Options
Thanks(0)
Quote Reply
Posted: 17 February 2005 at 8:06pm |
|
yes that is the section.. it just means that the configuratinon detaiks
will come from the database everytime instread of from the applcation
veriables.
|
 |
MadDog
Mod Builder Group
Joined: 01 January 2002
Status: Offline
Points: 3008
|
Post Options
Thanks(0)
Quote Reply
Posted: 17 February 2005 at 11:58pm |
|
You can always set each forum in its own "application" in IIS and it will stop the forums from sharing eachothers configuration.
|
|
|
 |
WebWiz-Bruce
Admin Group
Web Wiz Developer
Joined: 03 September 2001
Location: Bournemouth
Status: Offline
Points: 9844
|
Post Options
Thanks(0)
Quote Reply
Posted: 18 February 2005 at 5:41am |
|
I doubt 1&1 would do that, there support sucks at the best of times.
|
|
|
 |
MortiOli
Senior Member
Joined: 26 May 2002
Location: United Kingdom
Status: Offline
Points: 514
|
Post Options
Thanks(0)
Quote Reply
Posted: 18 February 2005 at 6:35am |
-boRg- wrote:
I doubt 1&1 would do that, there support sucks at the best of times. |
Tell me about it 
Thanks for the suggestion MadDog, think I'll just change the common.asp file, as I tend to install / remove forums etc quite a lot...unless it has a big effect on bandwidth?
|
 |
dj air
Senior Member
Joined: 05 April 2002
Location: United Kingdom
Status: Offline
Points: 3627
|
Post Options
Thanks(0)
Quote Reply
Posted: 18 February 2005 at 7:08am |
|
iom not sure on the ammount difference of the bandwidth. but it will be higher ..
also the application veriables you are turning off are also a performance feature to stop another call to the database.
you maybe able to use the application veriables in one of the forums, i would recommend on the most used site.
|
 |