Hey guys, I still can'T get apache to work with symfony as described in the documentation. I tried to find a solution in forums but found nothing. Installed on debian with pear, apache2, php5.2.17 Followed the guide I add this to my apache conf:
Alias /the_core /home/sfprojects/the_core/web DirectoryIndex index.php <Directory /home/sfprojects/the_core/web> AllowOverride All Allow from All </Directory> Alias /sf /usr/data/web/sf <Directory /usr/data/symfony/data/web/sf> AllowOverride All Allow from All </Directory> DocumentRoot /home/sfprojects/the_core/web So if I tell apache to listen on port 80 a 404 error page shows up. Apache error.log tells me "File does not exist: /var/www/the_core" for URL http://my_server.com/the_core If I ad Listen *:8080 and tell the virtualhost do listen port 8080 browser sais "url not found" what is wrong in my configuration? -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to symfony-users@googlegroups.com To unsubscribe from this group, send email to symfony-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en