Created
March 27, 2016 05:28
-
-
Save agragregra/6596e09e8b8aa76aa879 to your computer and use it in GitHub Desktop.
XAMPP httpd-vhost.conf
This file contains hidden or 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
<VirtualHost *:80> | |
DocumentRoot "/Applications/XAMPP/xamppfiles/htdocs/" | |
ServerName localhost | |
<Directory "/Applications/XAMPP/xamppfiles/htdocs/"> | |
Options Indexes FollowSymLinks Includes execCGI | |
AllowOverride All | |
Require all granted | |
</Directory> | |
</VirtualHost> | |
<VirtualHost *:80> | |
DocumentRoot "/Applications/XAMPP/xamppfiles/docs/modx.loc/" | |
ServerName modx.loc | |
<Directory "/Applications/XAMPP/xamppfiles/docs/modx.loc/"> | |
Options Indexes FollowSymLinks Includes execCGI | |
AllowOverride All | |
Require all granted | |
</Directory> | |
</VirtualHost> |
- high sierra. xampp php8.
Work great!
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Dankeschön :-)