Here is what I am trying to figure out. I have ubb.threads installed in a /forum/ subdirectory under my root. My main URL is
http://forum.site.com/ (a sub-domain).
Now I have a few directories I have added IN the forum directory (ie forum/dir1) where I can call the threads main.inc and limit access to those pages based on who is in what group. Sorta neat.
Anyway - what I am TRYING to do is that same thing...in a directory ABOVE the /forum directory. Basically this:
mainftp/forum/ = my ubb.threads install
mainftp/private/ = pages I am trying to limit access.
Now when I call the main.inc, it looks like "require ("../forum/main.inc.php");"
That does not work, it states I must log in. When I hit the login button...I am already logged in and it takes me immediately to my start page.
I tried setting cookies to / so they are site readable (they were not previously so), and I logged out and in. No luck.
Any quirky thing I am missing here?