- Home
- Categorie
- Coding e Sistemistica
- Hosting, Server e Domini
- localhost/virtualhost
-
localhost/virtualhost
ciao a tutti
vorrei provare ad utilizzare Bonfire v0.7-dev, quindi scaricato e seguito le istruzioni fino a....Your Web Root should be set to the public folder, but it's not. It's pointing to the Bonfire Root folder
<VirtualHost *:80> DocumentRoot "[...]/htdocs/Bonfire_Root/public" ServerName Bonfire.Root ServerAlias Bonfire.Root.local </VirtualHost>
Io utilizzo win 10 e xampp
Ho provato a creare un virtuall host ma senza successo, compare sempre il messaggio di cui sopra
questo è quello che ho fatto:Creato dir in C:bonfire
aggiunto a C:/Windows/System32/drivers/etc/hosts/hosts
127.0.0.1 localhost
127.0.0.1 bonfire.com
127.0.0.1 bonfire.dev
127.0.0.1 bonfire.localhostaggiunto a C:/xampp/apache/conf/extra/httpd-vhosts.conf
<VirtualHost *:8800>
DocumentRoot "C:/bonfire"
ServerName bonfire.localhost
<Directory "C:/bonfire">
Allow from all
Require all granted
</Directory>
</VirtualHost>aggiunto a C:/xampp/apache/conf/extra/httpd-vhosts.conf
<VirtualHost *:8800>
DocumentRoot "C:/bonfire"
ServerName bonfire.localhost
ServerAlias bonfire.dev
<Directory "C:bonfire">
</Directory>
</VirtualHost>come posso rimediare?
cordiali saluti