Hey guys and gals,
I know you have talked a lot about this but I search every post in the forum, every article about running forums from a subdomain and can’t make it to work.
Heres what I do:
Fisrt I create a subdomain for my forums called http://forum.mysite.com (there is no .htacces file in my domain structure, so for my subdomains I get another folder. This is my domain structure:
mysite/httpdocs/system/ (this is where my system folder exists)
and this is my subdomain structure:
mysite/subdomain/forum/httpdocs/
So I add the following variable to the config.php file
$conf['use_forum_url'] = 'y';and then copy my index.php and path.php to the subdomain folder.
So what is the right path and variables I should add to my path.php to make it work properly cause I can’t make this thing to work…
Then if i get this right, I must go to my forum module preferences and add “http://forum.mysite.com” to my forum URL and the word “forums” to triger.
Help!