2008/5/16 Keith <[EMAIL PROTECTED]>:

> When I access: http://www.sandbox.dev/sf/sf_default/images/sfTLogo.png
> I get 403 Forbidden error
> Any suggestions?

Try to add this rule to your vhost :

<Directory "/usr/share/pear/data/symfony/web/sf">
  AllowOverride All
  Allow from All
</Directory>

> 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.

Why? It's just static and generic web symfony assets...

++

-- 
Nicolas

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to