Ik heb de volgende drie wijzigingen gemaakt:
(1) Toegevoegd in C:\Windows\System32\drivers\etc\hosts :
127.0.0.1 loc
127.0.0.1 symfony.loc
(2) In C:\xampp\apache\conf\httpd.conf :
Include conf/extra/httpd-vhosts.conf (Comment-teken verwijderd)
(3) In C:\xampp\apache\conf\extra\httpd-vhosts.conf :
NameVirtualHost *:80
<VirtualHost *:80>
ServerName localhost
DocumentRoot "c:/xampp/htdocs"
</VirtualHost>
<VirtualHost *:80>
ServerName symfony.loc
DocumentRoot "C:/xampp/htdocs/Symfony2Vendor"
</VirtualHost>
Daarna PC en dus ook Apache opnieuw gestart.
De URL http://localhost/Symfony2vendor/web/config.php geeft netjes het Symfony welkomscherm.
De URL symfony.loc/web/config.php wordt niet herkent !! Chrome maakt er een google-search opdracht van.
Ik ben hier al de hele dag mee bezig. Wat doe ik fout ?
(1) Toegevoegd in C:\Windows\System32\drivers\etc\hosts :
127.0.0.1 loc
127.0.0.1 symfony.loc
(2) In C:\xampp\apache\conf\httpd.conf :
Include conf/extra/httpd-vhosts.conf (Comment-teken verwijderd)
(3) In C:\xampp\apache\conf\extra\httpd-vhosts.conf :
NameVirtualHost *:80
<VirtualHost *:80>
ServerName localhost
DocumentRoot "c:/xampp/htdocs"
</VirtualHost>
<VirtualHost *:80>
ServerName symfony.loc
DocumentRoot "C:/xampp/htdocs/Symfony2Vendor"
</VirtualHost>
Daarna PC en dus ook Apache opnieuw gestart.
De URL http://localhost/Symfony2vendor/web/config.php geeft netjes het Symfony welkomscherm.
De URL symfony.loc/web/config.php wordt niet herkent !! Chrome maakt er een google-search opdracht van.
Ik ben hier al de hele dag mee bezig. Wat doe ik fout ?