Help re {edit} tag please
Posted: Mon Aug 01, 2005 8:00 am
As a newcomer i'd first like to compliment you with this very neat cms!
Am testing cmsms on a local install. When using the {edit} tag in my test page or template the link results in a 404 Not Found error
as it points to http://localhost/admin/editcontent.php? ... print=true instead of http://localhost/[b]cmsmadesimple[/b]/admin/editcontent.php? etc. etc.
Part of my config.php reads:
$config['root_url'] = 'http://localhost/cmsmadesimple';
$config['root_path'] = 'c:\\program files\\easyphp1-8\\www\\cmsmadesimple';
and
$config['admin_dir'] = 'admin';
As i have very little PHP knowledge, can you tell me what to change in order to let the {edit) tag point to the right directory i.e. ../cmsmadesimple/admin?
Thanks very much in advance!
Marit
Am testing cmsms on a local install. When using the {edit} tag in my test page or template the link results in a 404 Not Found error
as it points to http://localhost/admin/editcontent.php? ... print=true instead of http://localhost/[b]cmsmadesimple[/b]/admin/editcontent.php? etc. etc.
Part of my config.php reads:
$config['root_url'] = 'http://localhost/cmsmadesimple';
$config['root_path'] = 'c:\\program files\\easyphp1-8\\www\\cmsmadesimple';
and
$config['admin_dir'] = 'admin';
As i have very little PHP knowledge, can you tell me what to change in order to let the {edit) tag point to the right directory i.e. ../cmsmadesimple/admin?
Thanks very much in advance!
Marit