The alternative is moving your assets to the web root, instead of symlinking them, I guess.
Cheers, Graham Weldon http://grahamweldon.com e. [email protected] p. (+61) 0407 017 293 Skype: grahamweldon On Thursday, 1 December 2011 at 5:03 PM, zuha wrote: > I don't believe symlink will be possible (or at a minimum would be a big > annoyance) because I run an unlimited number of apps from custom directories > and each one contains its own theme directory. I would much rather just > figure out where to do something like... > > $fileName = str_replace('%20', ' ', $fileName); > > ...to get it to show, but can't find where to do that in the core. I tried > ThemeView.php, View.php, Helper.php, MediaView.php, CakeResponse.php and no > luck. > > -- > Our newest site for the community: CakePHP Video Tutorials > http://tv.cakephp.org > Check out the new CakePHP Questions site http://ask.cakephp.org and help > others with their CakePHP related questions. > > > To unsubscribe from this group, send email to > [email protected] > (mailto:[email protected]) For more options, visit this > group at http://groups.google.com/group/cake-php -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php
