Log in

View Full Version : Modifying functions_online.php


Cold Steel
06-19-2004, 06:52 PM
I've got the basic gist of it. However, one thing has me puzzled.

My site is set up so that my forums are at forums.asiansinc.com

I have other subdomains such as resume.asiansinc.com, doodle.asiansinc.com, hosting.asiansinc.com, etc., all using vB header, footer, etc.

When someone visits resume.asiansinc.com/index.php, Who's Online shows them as visiting the forums.asiansinc.com/index.php (I assume it's because both files are called index.php).

When someone visits asiansinc.com/index.php, Who's Online again shows them as visiting forums.asiansinc.com/index.php

Is there any way to fix or get around this?

Cold Steel
06-21-2004, 06:09 AM
Bump.

Sylvus
06-21-2004, 03:20 PM
Rename the index.php on those sub-domains to be index1.php, index2.php, index3.php and then make the changes in the .php file to reflect where index1.php is located, as well as the other ones. Or have it as resume.php, doodle.php and hosting.php instead of using index.php.

You cannot have multiple index.php files as vB will always default it to say it's in the forum and sub-directories and directory structures do not work. It's the filename itself.

Syl...