On 06.01.2011 12:48, Lukas Kahwe Smith wrote: >> This can be easily achieved when making a copy of the assets but I don't see >> how it could work when using the --symlink option. > > > Maybe instead of symlink we should use mod_rewrite handling magic?
mod_rewrite isn't possible, you could dynamically define Aliases to paths, but that's essentially the same as symlink, and defining aliases to files would fix it but it is just crazy you'd have potentially hundreds of aliases in your .htaccess. Cheers -- Jordi Boggiano @seldaek :: http://seld.be/ -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because you are subscribed to the Google Groups "symfony developers" 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-devs?hl=en
