Hi,
How do I link to a config.php file that was created in a phpBB siteapps folder? It doesn't seem to recognise it?
/webspace/siteapps/phpBB-81447/htdocs/config.php
linking to config file in a siteapps folder
- kaspir
- Moderator
- Posts: 88
- Joined: Mon Mar 20, 2017 2:38 pm
- Location: USA
- Contact:
Re: linking to config file in a siteapps folder
/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:
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.
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
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.
World of Phaos RPG online is making it's come back! Play free now!
Check out phpBB contributions & extension downloads.
