Hi, can anyone quickly solve this little problem please?
I need to reference my $phpbb_root_pat h but none of the examples
offered work because I'm using a subdomain. My phpbb is at root level,
e.g. mydomain.com/ and the page I want to execute a call from is at
newpages.mydoma in.com/
Rather than try to work through the ../../ hierarchies I thought I'd
instead give a fixed URL reference for it, but that doesn't seem to
work either -
<?php
$phpbb_root_pat h = 'http://www.mydomain.co m';
gives me the error "$phpbb_root_pa th is wrong and does not point to
your forum."
I need to reference my $phpbb_root_pat h but none of the examples
offered work because I'm using a subdomain. My phpbb is at root level,
e.g. mydomain.com/ and the page I want to execute a call from is at
newpages.mydoma in.com/
Rather than try to work through the ../../ hierarchies I thought I'd
instead give a fixed URL reference for it, but that doesn't seem to
work either -
<?php
$phpbb_root_pat h = 'http://www.mydomain.co m';
gives me the error "$phpbb_root_pa th is wrong and does not point to
your forum."
Comment