Hi,
I have setup my site so that my forum is integrated with my main site by including global.php in every file etc.
The forums are in a subdomain of my main domain, the sites in the main domain. It all works fine except one thing.
If the users are viewing
www.mydomain.com/index.php the whos online in the forum shows them as viewing
http://forums.mydomain.com/index.php
Basically is there any way to get the whos online to distinguish between two .php files that share the same name.
i.e. index.php in two different directories or domains on the same server?