I have just setup a wamp server on non standard port (80XX), installed pear, download and setup symfony project with this tutorial here: http://trac.symfony-project.org/wiki/HowToInstallSymfonyOnWindowsWithWamp
At final step, since I put it on www\sfproject the page here http://www.symfony-project.org/getting-started/1_4/en/05-Web-Server-Configuration says that it should now run. But when testing it does only show the files content:
apps/
cache/
config/
data/
lib/
log/
plugins/
symfony
symfony.bat
test/ -
web/
What's wrong ?
Update: some people think I have misunderstood config. No as I said I didn't want to configure a virtual domain, I just want it to run under www though it's not secure as they said I don't care it's just for local usage.
That's the problem with these bloated opensource frameworks: documentation, setup of poor quality, nobody really checks.
web
folder. This is where the front controllers are eg index.php and so on. Otherwise your setup will not work. Side note: complaining about the framework on SO is not likely to endear people to your cause :-) – richsagehttpd.conf
file – Manse