diff --git a/httpd.conf.txt b/httpd.conf.txt new file mode 100644 index 0000000..ddea509 --- /dev/null +++ b/httpd.conf.txt @@ -0,0 +1,10 @@ +Virtual host per a afegir en el httpd.conf d'apache + + + 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 + \ No newline at end of file