../ instead of ./ installation directory problem
Posted: Thu Jan 08, 2009 2:59 pm
Hi guys,
I'm evaluating this CMS for a large public sector organisation in the UK.
I've already got stuck in that I transferred it to:
/localhost/cmsmadesimple/
then something went wrong and I deleted localhost in the config file and it worked
But now I'm inserting images through tinymce into the homepage and they're referencing as:
../uploads/images/
instead of
./uploads/images/
why doesn't it just use the image settings from the config file, which would be correct!!
here are my relevant entries in config.inc
$config['root_url'] = '/cmsmadesimple';
$config['image_uploads_path'] = 'C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\cmsmadesimple\uploads\images';
$config['image_uploads_url'] = $config['root_url'] . '/uploads/images';
help gratefully received
Myles
I'm evaluating this CMS for a large public sector organisation in the UK.
I've already got stuck in that I transferred it to:
/localhost/cmsmadesimple/
then something went wrong and I deleted localhost in the config file and it worked
But now I'm inserting images through tinymce into the homepage and they're referencing as:
../uploads/images/
instead of
./uploads/images/
why doesn't it just use the image settings from the config file, which would be correct!!
here are my relevant entries in config.inc
$config['root_url'] = '/cmsmadesimple';
$config['image_uploads_path'] = 'C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\cmsmadesimple\uploads\images';
$config['image_uploads_url'] = $config['root_url'] . '/uploads/images';
help gratefully received
Myles