Skip to content

Instantly share code, notes, and snippets.

Created August 23, 2012 06:57
Show Gist options
  • Save anonymous/3433614 to your computer and use it in GitHub Desktop.
Save anonymous/3433614 to your computer and use it in GitHub Desktop.
mein eintrag in der vhosts des xampp
<VirtualHost *:80>
DocumentRoot C:/xampp/htdocs/picturearts
ServerName local.picturearts.ch
DirectoryIndex index.html index.php
<Directory "C:/xampp/htdocs/picturearts">
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