Tag: Disable open_basedir subdomain for file inclusion
-
Apache: disable open_basedir on php.ini
for subdomains file inclusion—
by
axew3On subdomains installations if the configuration php.ini file of PHP, have the open_basedir directive active, wp_w3all will not include the necessary phpBB config file, because files inclusions are restricted to the directory assigned by open_basedir in the server, and the phpBB config file inclusion from another directory (that are in this case domain or subdomain)…