--- wordpress/wp-load.php~ 2009-03-20 10:38:16.000000000 +0200 +++ wordpress/wp-load.php 2009-03-20 10:40:16.081599269 +0200 @@ -21,7 +21,12 @@ error_reporting(E_ALL ^ E_NOTICE ^ E_USER_NOTICE); -if ( file_exists( ABSPATH . 'wp-config.php') ) { +if ( file_exists( '/etc/webapps/wordpress/wp-config.php') ) { + + /** The config file resides in WEBAPPS */ + require_once( '/etc/webapps/wordpress/wp-config.php' ); + +} elseif ( file_exists( ABSPATH . 'wp-config.php') ) { /** The config file resides in ABSPATH */ require_once( ABSPATH . 'wp-config.php' ); --- wordpress/wp-admin/setup-config.php.orig 2009-11-20 05:11:01.000000000 +0100 +++ wordpress/wp-admin/setup-config.php 2010-01-23 19:09:28.000000000 +0100 @@ -199,7 +199,7 @@

Run the install