Skip to content

Instantly share code, notes, and snippets.

@iqbalmalik89
Created December 29, 2015 06:52
Show Gist options
  • Save iqbalmalik89/b4cb0672564afff35931 to your computer and use it in GitHub Desktop.
Save iqbalmalik89/b4cb0672564afff35931 to your computer and use it in GitHub Desktop.
<VirtualHost tauriel.local:80>
ServerName tauriel.local
DocumentRoot "/Applications/xampp/htdocs/tauriel/public"
<Directory "/Applications/xampp/htdocs/tauriel/public">
Options Indexes FollowSymLinks Includes ExecCGI
AllowOverride All
Require all granted
</Directory>
</VirtualHost>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment