I configured Symfony 1.4 on Windows. My Server is Wamp.
I’ m using tutorial from Symfony Site. My httpd.conf file:
NameVirtualHost 127.0.0.1:8080
Listen 127.0.0.1:8080
<VirtualHost 127.0.0.1:8080>
DocumentRoot "C:\dev\sfproject\web"
DirectoryIndex index.php
<Directory "C:\dev\sfproject\web">
AllowOverride All
Allow from All
</Directory>
Alias /sf c:\dev\sfproject\lib\vendor\symfony\data\web\sf
<Directory "c:\dev\sfproject\lib\vendor\symfony\data\web\sf">
AllowOverride All
Allow from All
</Directory>
</VirtualHost>
My problem is that when i trying show: http://127.0.0.1:8080/index.php/
I get: Connection was reset.
Other informations about my config:
*I installed symfony in my project directory
*I have windows 8 (Customer Preview Version)
*My WAMP server run correct (green icon)
Try running php symfony cc from cmd in your project. If you get an error containing something about CLI you need to install XAMP or reinstall your WAMP php library