Skip to content

Instantly share code, notes, and snippets.

@agragregra
Created March 27, 2016 05:28
Show Gist options
  • Star 5 You must be signed in to star a gist
  • Fork 13 You must be signed in to fork a gist
  • Save agragregra/6596e09e8b8aa76aa879 to your computer and use it in GitHub Desktop.
Save agragregra/6596e09e8b8aa76aa879 to your computer and use it in GitHub Desktop.
XAMPP httpd-vhost.conf
<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>
@tonysaffo
Copy link

Thank you!

@webdelin
Copy link

Dankeschön :-)

@DmitriySkor
Copy link

  1. high sierra. xampp php8.
    Work great!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment