The following directive need to be added to your sites VirtualHost entry in order for Symfony to function correctly.
Edit your DocumentRoot:
DocumentRoot /home/yoursite.com.au/symfony/web
This goes right at the end:
Alias /sf "/usr/share/pear/data/symfony/web/sf/"
Here's the whole kit for WAMP on Windows: