I am replacing an existing site created usinging a different CMS. I've installed WebsiteBaker in a sub directory called /wb, its locaton on the server is public_html/wb. I've configured it, added templates, content etc., it all works in the subdirectory and it is now ready to make live.
How do I do it? I don't want to coppy all the files to the root as having done this before it messes up permisssions on my server (it's the file owner webuser versus ftp thing)
I have put the index.php and config.php files in the root i.e. public_html folder.
I have changed the config.php file but I receive an error that it cannot find the initialize.php file in the framework folder.
This is lines 10 to 13 of config.php (I've xxx'ed out the domain name)
define('WB_PATH', 'public_html/wb' );
define('WB_URL', '
http://www.xxxxxxxxxx.com/');define('ADMIN_PATH', WB_PATH.'/admin');
define('ADMIN_URL', '
http://www.xxxxxxxxxx.com/admin');Can anyone tell me what I have done wrong?
PS to admin - I can't get
http://help.websitebaker.org/ to load
Here is the actual error message (with domain xx'ed out again)
Warning: require_once(public_html/wb/framework/initialize.php) [function.require-once]: failed to open stream: No such file or directory in /home/xxxxxx/public_html/config.php on line 15
Fatal error: require_once() [function.require]: Failed opening required 'public_html/wb/framework/initialize.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/xxxxxx/public_html/config.php on line 15