Dear calguy1000,
I checked the config.php several times, but can not find a error.
Here is what my config.php file partially looks like;
$config['root_url'] = '
http://www.mydomain.com/cms';
$config['root_path'] = '/var/www/vhosts/mydomain.com/httpdocs/cms';
$config['query_var'] = 'page';
$config['use_bb_code'] = false;
$config['use_smarty_php_tags'] = false;
$config['previews_path'] = '/var/www/vhosts/mydomain.com/httpdocs/cms/tmp/cache';
$config['uploads_path'] = '/var/www/vhosts/mydomain.com/httpdocs/cms/uploads';
$config['uploads_url'] = '
http://www.mydomain.com/cms/uploads';
$config['max_upload_size'] = 1000000;
$config['debug'] = false;
$config['assume_mod_rewrite'] = false;
$config['auto_alias_content'] = true;
$config['image_manipulation_prog'] = 'GD';
$config['image_transform_lib_path'] = '/usr/bin/ImageMagick/';
$config['use_Indite'] = false;
$config['image_uploads_path'] = '/var/www/vhosts/mydomain.com/httpdocs/cms/uploads/images';
$config['image_uploads_url'] = '
http://www.mydomain.com/cms/uploads/images';
all links points to ..../cms so that could not be the problem, is it?
Thanks for your quick reply!
PS; even the breadcrum points to the right page, its just the ''home'' in the menu.....
