Apologies if I am not getting this but I'm finding it difficult to get my head round.
The domain name
www.deveron.org points to the root folder, public_html. so I have a .htaccess rule that says:
Redirect /index.html http://www.deveron.org/wb/
and this file is in the root folder along with the /wb folder. In the /wb/config.php file I have:
define('WB_PATH', dirname(__FILE__));
define('WB_URL', 'http://www.deveron.org/wb');
define('ADMIN_PATH', WB_PATH.'/admin');
define('ADMIN_URL', 'http://www.deveron.org/wb/admin');
This will open the 'home' page at
www.deveron.org, but clicking on any of the navigation links gets a 500 Internal server error.
Further,
www.deveron.org/wb/admin opens the admin log-in. I can log in and get the 'Start' page, then 'pages gets the page list and i can select a page to edit. If I select a page with, say, a news module section clicking 'Settings' or 'Add post, etc gets a 500 Internal server error. If I select 'Admin Tools' I can get the Admin tools editor but am unable to open a file to edit. It appears that the /modules folder is not accessible.
cheers,
Mike