CMSMS 0.13 & pretty URLs
Posted: Fri May 19, 2006 7:45 am
Just upgraded a test installation from 0.12.2 to 0.13. It's running on EasyPHP (== Apache)
If I remove my old .htaccess and set 'internal_pretty_urls' & 'use_hierarchy' to true the generated URLs miss the top level hierarchy when I'm one or two levels down in the menu (I'm still using cssmenu - could that be it?). mod_rewrite is false
Eg
http://127.0.0.1/cms/index.php//Ausbild ... essur.html
instead of
http://127.0.0.1/cms/index.php/Angebot/ ... essur.html
If I switch 'use_hierarchy' to false, all the image URLs get messed up - eg
http://127.0.0.1/cms/index.php/uploads/ ... tall_1.JPG
instead of
http://127.0.0.1/cms/uploads/images/layout/Stall_1.JPG
If I view the generated page's source code the image is correctly defined
eg <img src="uploads/images/layout/Stall_1.JPG"
Do I need to change some other parameters? I've got the {metatags} in the template (why?)
John
If I remove my old .htaccess and set 'internal_pretty_urls' & 'use_hierarchy' to true the generated URLs miss the top level hierarchy when I'm one or two levels down in the menu (I'm still using cssmenu - could that be it?). mod_rewrite is false
Eg
http://127.0.0.1/cms/index.php//Ausbild ... essur.html
instead of
http://127.0.0.1/cms/index.php/Angebot/ ... essur.html
If I switch 'use_hierarchy' to false, all the image URLs get messed up - eg
http://127.0.0.1/cms/index.php/uploads/ ... tall_1.JPG
instead of
http://127.0.0.1/cms/uploads/images/layout/Stall_1.JPG
If I view the generated page's source code the image is correctly defined
eg <img src="uploads/images/layout/Stall_1.JPG"
Do I need to change some other parameters? I've got the {metatags} in the template (why?)
John