I have moved my XP installation of Symfony (1.3.2) to Linux (Ubuntu 9.10). I now get a blank screen. Upon checking the Apache log files, I realised that apache daemon did not have permissions to create the cache folder.
I used chgrp and chown to manually assign permission. When I then accessed the homepage, I got a 403 forbidden message, saying that permission not allowed to access .htaccess file.
What exactly are the required folder/file permissions for Symfony on Linux?
The documentation fails to mention this anywhere