10 lines
340 B
Plaintext
10 lines
340 B
Plaintext
Virtual host per a afegir en el httpd.conf d'apache
|
|
|
|
<VirtualHost 127.0.0.2>
|
|
DocumentRoot "/Users/Joup/Apps/xampp/htdocs/agilitymaps2"
|
|
# Afegir en c:/windows/system32/drivers/etc/hosts "127.0.0.2 agilitymaps.lan"
|
|
ServerName agilitymaps.lan
|
|
|
|
# Other directives here ...
|
|
DirectoryIndex / /app/views/app.html
|
|
</VirtualHost> |