-
-
Save ohrstrom/3435344 to your computer and use it in GitHub Desktop.
mein eintrag in der vhosts des xampp
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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