Okay so I installed Symfony 1.1 on my Apple (Leopard) and I'm running
into some problems getting the /sf alias to work properly.
Here's what I've got:
Virtual Hosts:
<Directory “/usr/share/pear/data/symfony/web/sf/”>
AllowOverride All
Allow from All
</Directory>
<VirtualHost *:80>
DocumentRoot "/Users/keith/Sites/sandbox/web"
ServerName www.sandbox.dev
DirectoryIndex index.php
Alias /sf /usr/share/pear/data/symfony/web/sf
<Directory "/Users/keith/Sites/sandbox/web">
AllowOverride All
Allow from All
</Directory>
</VirtualHost>
I am able to access the site from: http://www.sandbox.dev/
I do not, however, see the stylesheet or images.
When I access: http://www.sandbox.dev/sf/sf_default/images/sfTLogo.png
I get 403 Forbidden error
You don't have permission to access /sf/sf_default/images/sfTLogo.png
on this server.
Any suggestions?
I have made the /sf directory accessible to everyone for read/write
which I don't think I should have to do, but even that doesn't fix the
issue.
Another set of eyes can probably quickly pick out the problem and I
appreciate any assistance.
Thank You!
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---