Hello folks!

I can remember to have read in the documentation once about how to set
up a controller in a subdirectory of the web folder, f.i. for
administration areas. But as it seems I'm unable to find that part
anymore. Has it been in the old documentation but not in the book?

I would like to add a comment there for people using this technique:

Configuring sfConfig::set('sf_relative_url_root', '') in the
app/config.php is highly recommended for nested applications (f.i.
'web/myapp/myapp.php') with access to the web folder (f.i.
'web/uploads', 'web/sf' etc.). Otherwise symfony will always add the
name of the subfolder of the controller (f.i. 'web/myapp/sf') and not
find anything unless you create a dozen symbolic links in web/myapp.

Unfortunately this feature is nowhere documented, that's why I just
spent quite a lot of time searching for a solution.

Regards


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"symfony users" group.
To post to this group, send email to [email protected]
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