[symfony-users] Re: CSS and Javascript paths

2010-06-02 Thread wueb
Thanks for the replies. @Florian, that solution didn't work. My webpage was all blank when i add that to the .htaccess I don't want my CSS, JS, Images stored inside in the web/appx/ directory, i want store them all in web/ -- If you want to report a vulnerability issue on symfony, please send

Re: [symfony-users] Re: CSS and Javascript paths

2010-06-01 Thread Eno
On Tue, 1 Jun 2010, Florian wrote: > Hi! > > Try > > RewriteBase /appx > > In every .htaccess Probably not for an app who's front controller is in web, maybe only the web/appsx folders. Also be aware that htaccess rules in effect in the folder in which they are defined AND any subfolders -

[symfony-users] Re: CSS and Javascript paths

2010-06-01 Thread Florian
Hi! Try RewriteBase /appx In every .htaccess On 1 juin, 11:12, wueb wrote: > I created multiple folders with an .htaccess defined for each one > inside my web/ to the many apps i have. > > For example. > > http://localhost/app1(access app1)http://localhost/app2(access > app2)http://localhost