I cant seem to get my routes to work with this plugin. Pretty much the
entire site will be controlled by sfSimpleCMS. What I want to happen is for
sfSimpleCMS to serve the site on the front end without any prepending to the
slug - "/cms/:slug"  would be just "/:slug" instead while sfSimpleCMSAdmin
should use "/admin/:action/*". This is further complicated by the need to
have an url for sfMediaLibrary (/admin/media/:action/*) and sfGuard
administration (/admin/users/:action/*) plus the need to be able to
potentially use modules outside of sfSimpleCMS.

I think part of my problem is confusion about how a typical implementation
of this plugin works. For instance... should both modules be activated in
one app, or should you move them to separate apps? Should I be using
sfSimpleCMS or should I be using its embed component from other modules?

Finally all this trouble has shed light on another basic question I should
know the answer to but don't. How do you access different applications
without using the script name? how do you set up /admin to go
backend_prod.php while / or /frontend goes to frontend_prod.php? Ive read
the chapter on routing about 4 times now and this still isnt all that clear
to me...

thanks!



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to