Wils, Try to add: AllowOverride All inside the apache virtualhost config
Andras Kende On Dec 9, 2009, at 1:37 PM, Wils wrote: > Hi Guys, > > I'm trying to do some test with my cakephp setup. > > My folder structure: > bash-3.2$ pwd > /Users/wils/projects/ibanx > > bash-3.2$ ls -alh > total 16 > drwxr-xr-x 7 wils staff 238B 8 Dec 21:39 . > drwxr-xr-x 7 wils staff 238B 8 Dec 20:22 .. > -rw-r--r--@ 1 wils staff 1.1K 9 Sep 00:21 README > drwxr-xr-x@ 14 wils staff 476B 9 Sep 00:21 app > drwxr-xr-x@ 11 wils staff 374B 9 Sep 00:21 cake > -rw-r--r--@ 1 wils staff 2.2K 9 Sep 00:21 index.php > drwxr-xr-x@ 6 wils staff 204B 9 Sep 00:23 vendors > bash-3.2$ > > My VirtualHost: > <VirtualHost *:80> > ServerAdmin [email protected] > DocumentRoot "/Users/wils/projects/ibanx" > #<Directory "/Users/wils/projects/ibanx/"> > <Directory /> > Options Indexes FollowSymLinks > Allow from All AllowOverride All > </Directory> > ServerName ibanx.com > ErrorLog "/private/var/log/apache2/wils.com-error_log" > CustomLog "/private/var/log/apache2/wils.com-access_log" common > </VirtualHost> > > > The problem: > I can see the cakephp start page however without css/images. > > Anybody has found this error before? > How did you fix? > > tks > Wils > > Check out the new CakePHP Questions site http://cakeqs.org and help others > with their CakePHP related questions. > > You received this message because you are subscribed to the Google Groups > "CakePHP" 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/cake-php?hl=en Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. You received this message because you are subscribed to the Google Groups "CakePHP" 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/cake-php?hl=en
