Skip to content

Instantly share code, notes, and snippets.

@ohrstrom
Forked from anonymous/httpd_vhosts.conf
Created August 23, 2012 10:33
Show Gist options
  • Save ohrstrom/3435344 to your computer and use it in GitHub Desktop.
Save ohrstrom/3435344 to your computer and use it in GitHub Desktop.
mein eintrag in der vhosts des xampp
NameVirtualHost *
<VirtualHost *:80>
DocumentRoot C:/xampp/htdocs/picturearts/www_root
ServerName local.picturearts.ch
DirectoryIndex index.html index.php
<Directory "C:/xampp/htdocs/picturearts/www_root">
Options Indexes FollowSymLinks Includes ExecCGI
Order allow,deny
Allow from all
AllowOverride All
</Directory>
</VirtualHost>
<VirtualHost *:80>
DocumentRoot C:/xampp/htdocs
ServerName localhost
</VirtualHost>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment