by kaspir » Fri Sep 22, 2017 5:18 am
/siteapps/ is not a child of your /phpbb/ install. It probably doesn't recognize that because it's not your true path to phpBB install directory. The phpBB config.php file is stored in the /phpbb/ directory.
If you do not know your server path, you may need to ask your host if you can't find it in your cPanel. What you need in WP->w3all settings is something this:
Code: Select all
/yourhome/yourservernamedaccount/public_html/phpbb_dir
be sure not to add a '/' at the end, leave that out.
Then in the second config.php option box in w3all, the same path really, but instead in url form:
http://yourdomain.com/phpbb_dir/
If you have a subdomain like I use, it would be: http://phpbb_dir.yourdomain.com
Full instructions:
https://www.axew3.com/w3/cms-plugins-scr ... tegration/
If you're using secure cookies (https) etc, there is cookie settings to be done within phpBB admin panel also.
Let us know if you need more.
/siteapps/ is not a child of your /phpbb/ install. It probably doesn't recognize that because it's not your true path to phpBB install directory. The phpBB config.php file is stored in the /phpbb/ directory.
If you do not know your server path, you may need to ask your host if you can't find it in your cPanel. What you need in WP->w3all settings is something this:
[code]/yourhome/yourservernamedaccount/public_html/phpbb_dir[/code] be sure not to add a '/' at the end, leave that out.
Then in the second config.php option box in w3all, the same path really, but instead in url form: http://yourdomain.com/phpbb_dir/
If you have a subdomain like I use, it would be: http://phpbb_dir.yourdomain.com
Full instructions: https://www.axew3.com/w3/cms-plugins-scripts/wordpress-plugins-scripts-docs/wordpress-phpbb-integration/
If you're using secure cookies (https) etc, there is cookie settings to be done within phpBB admin panel also.
Let us know if you need more.