Petits trucs pour l’installation de sites
Erreur 403 Accès interdit
httpd-vhosts.conf
<VirtualHost *:80>
ServerName toto.local
DocumentRoot « C:/xampp/apps/toto/htdocs »
Include « C:/xampp/apps/toto/conf/httpd-app.conf »
<Directory « C:/xampp/apps/toto/htdocs »>
# AllowOverride All # Deprecated
# Order Allow,Deny # Deprecated
# Allow from all # Deprecated
# –New way of doing it
Require all granted
</Directory>
</VirtualHost>
Tester la connexion à la base de données