How to set up an Absolute Path to config.php file by using WordPress w3all plugin on Local Computer ( Windows 10 )
Posted: Sun Oct 29, 2017 3:14 pm
Hello there I know that question has been asked a lot of times already but I still can not manage it myself please help.
What I got installed on my Windows 10 computer:
WAMPServer 3.1.0 - running a and fully operable.
phpMyAdmin 4.7.4 - which is onto WAMPServer.
Wordpress 4.8.2 that install onto it.
PhpMyAdmin Configuration:
I've changed the ports into httpd.conf files on apache from default one 80 to 2689 so that it starts working.
#Listen 12.34.56.78:2869
Listen 0.0.0.0:2869
Listen [::0]:2869
I've also followed this steps https://www.axew3.com/w3/forums/viewtopic.php?t=61 to find out my Absolute Path by creating a phpinfo.php file and placed that file right into a server root directory, not a WP like was saying in instruction.
my path to phpinfo.php: http://localhost:2869/phpinfo.php
I found the "DOCUMENT_ROOT" and the path was: C:/wamp64/www/
I've also moved a folder wp-w3all-config from C:\wamp64\www\mysite\wp-content\plugins\wp-w3all-phpbb-integration\addons
to C:\wamp64\www\mysite\wp-content\plugins and have edited and uncomment last line in config.php file as per instruction in it.
Here is what I got into config.php that I've edited:
$w3all_dbms = 'phpbb\\db\\driver\\mysqli'; // maybe required
$w3all_dbhost = 'localhost';
$w3all_dbport = ''; // maybe required
$w3all_dbname = 'test_db'; - my local DB Name
$w3all_dbuser = 'root';
$w3all_dbpasswd = '';
$w3all_table_prefix = 'phpbb_';
$w3all_phpbb_adm_relative_path = 'adm/'; // maybe required
$w3all_acm_type = 'phpbb\\cache\\driver\\file'; // maybe required
The problem that I experiencing right now is just, to be honest, that I don't understand which is the absolute path should be in my case as I'm running an everything locally.
That what I have tried to put into Absolute Path and URL Path as the all my files into: wamp64/www/
my local Wordpress link is: http://localhost:2869/mysite
my local WP page that I've created for forum is: http://localhost:2869/mysite/forum
C:\wamp64\www\wp-content\plugins\wp-w3all-config\config.php
C:\wamp64\www\wp-content\plugins\wp-w3all-config\config
C:\wamp64\www\wp-content\plugins\wp-w3all-config
C:/wamp64/wwww/wp-content/plugins/wp-w3all-config/config.php
C:/wamp64/wwww/wp-content/plugins/wp-w3all-config/config
C:/wamp64/wwww/wp-content/plugins/wp-w3all-config
www/htdocs/localhost:2869/mysite/forum/wp-content/plugins/wp-w3all-config/config.php
www/localhost:2869/mysite/forum/wp-content/plugins/wp-w3all-config/config
www/localhost:2869/mysite/forum/wp-content/plugins/wp-w3all-config
For URL path I've tried this one:
http://localhost:2869/mysite/forum
Please help me what is exact Absolute path should be in my case for and URL Path.
Thanks in advance.
What I got installed on my Windows 10 computer:
WAMPServer 3.1.0 - running a and fully operable.
phpMyAdmin 4.7.4 - which is onto WAMPServer.
Wordpress 4.8.2 that install onto it.
PhpMyAdmin Configuration:
I've changed the ports into httpd.conf files on apache from default one 80 to 2689 so that it starts working.
#Listen 12.34.56.78:2869
Listen 0.0.0.0:2869
Listen [::0]:2869
I've also followed this steps https://www.axew3.com/w3/forums/viewtopic.php?t=61 to find out my Absolute Path by creating a phpinfo.php file and placed that file right into a server root directory, not a WP like was saying in instruction.
my path to phpinfo.php: http://localhost:2869/phpinfo.php
I found the "DOCUMENT_ROOT" and the path was: C:/wamp64/www/
I've also moved a folder wp-w3all-config from C:\wamp64\www\mysite\wp-content\plugins\wp-w3all-phpbb-integration\addons
to C:\wamp64\www\mysite\wp-content\plugins and have edited and uncomment last line in config.php file as per instruction in it.
Here is what I got into config.php that I've edited:
$w3all_dbms = 'phpbb\\db\\driver\\mysqli'; // maybe required
$w3all_dbhost = 'localhost';
$w3all_dbport = ''; // maybe required
$w3all_dbname = 'test_db'; - my local DB Name
$w3all_dbuser = 'root';
$w3all_dbpasswd = '';
$w3all_table_prefix = 'phpbb_';
$w3all_phpbb_adm_relative_path = 'adm/'; // maybe required
$w3all_acm_type = 'phpbb\\cache\\driver\\file'; // maybe required
The problem that I experiencing right now is just, to be honest, that I don't understand which is the absolute path should be in my case as I'm running an everything locally.
That what I have tried to put into Absolute Path and URL Path as the all my files into: wamp64/www/
my local Wordpress link is: http://localhost:2869/mysite
my local WP page that I've created for forum is: http://localhost:2869/mysite/forum
C:\wamp64\www\wp-content\plugins\wp-w3all-config\config.php
C:\wamp64\www\wp-content\plugins\wp-w3all-config\config
C:\wamp64\www\wp-content\plugins\wp-w3all-config
C:/wamp64/wwww/wp-content/plugins/wp-w3all-config/config.php
C:/wamp64/wwww/wp-content/plugins/wp-w3all-config/config
C:/wamp64/wwww/wp-content/plugins/wp-w3all-config
www/htdocs/localhost:2869/mysite/forum/wp-content/plugins/wp-w3all-config/config.php
www/localhost:2869/mysite/forum/wp-content/plugins/wp-w3all-config/config
www/localhost:2869/mysite/forum/wp-content/plugins/wp-w3all-config
For URL path I've tried this one:
http://localhost:2869/mysite/forum
Please help me what is exact Absolute path should be in my case for and URL Path.
Thanks in advance.