Please see a brief review comparing MODx and CMS here:
http://rahul.rahul.net/reviews/modx-vs-cmsms.html
Rahul
Search found 3 matches
- Tue Jan 22, 2008 1:59 pm
- Forum: General Discussion
- Topic: MODx vs CMSMS: Comparative Review
- Replies: 7
- Views: 47039
- Tue May 08, 2007 10:30 pm
- Forum: Modules/Add-Ons
- Topic: admin access with shared SSL
- Replies: 11
- Views: 5587
Re: admin access with shared SSL
Very ingenious! I tried replacing my code with yours and it worked perfectly. If the current directory is reached via symlinks, and hence the output from getcwd() is unpredictable, is there some possibility of the following loop never terminating, for failure to ever match $currentPath to $location...
- Tue May 08, 2007 9:20 pm
- Forum: Modules/Add-Ons
- Topic: admin access with shared SSL
- Replies: 11
- Views: 5587
Re: admin access with shared SSL
So far as I can tell from the documentation, the current revision 1.06 still doesn't include any official mechanism for distinguishing between the http and https top URLs. Here is the solution that worked for me. In config.php, define root_url differently according as the protocol in use is or is no...