cmsms and relative uris
Posted: Tue Apr 29, 2008 4:22 pm
Hi,
is there a simlpe way to let CMSMS working with "$config['root_url'] = '';" or "$config['root_url'] = '.';"? Especially the backend (the frontend don't seems the have problems with this setting.
- absolute uris (with sheme/authority) normaly indicate a external ressource
- together with a load balancer / reverse proxy you must allways rewrite the whole html (instead of only some headers) if the page generates absolute uris
- if the page generates absolute uris, you must give external links a speciall css class, if you want style them in another way then internal links
Regards,
Carsten
is there a simlpe way to let CMSMS working with "$config['root_url'] = '';" or "$config['root_url'] = '.';"? Especially the backend (the frontend don't seems the have problems with this setting.
- absolute uris (with sheme/authority) normaly indicate a external ressource
- together with a load balancer / reverse proxy you must allways rewrite the whole html (instead of only some headers) if the page generates absolute uris
- if the page generates absolute uris, you must give external links a speciall css class, if you want style them in another way then internal links
Regards,
Carsten