Skip to content

Instantly share code, notes, and snippets.

@hanafiah
Created August 5, 2015 08:57
Show Gist options
  • Save hanafiah/45ab05ab0a71fd55f367 to your computer and use it in GitHub Desktop.
Save hanafiah/45ab05ab0a71fd55f367 to your computer and use it in GitHub Desktop.
<VirtualHost *:80>
ServerAdmin [email protected]
DocumentRoot "/Volumes/projects/projects/LinkTrackr/public_html"
ServerName linktrackr.local
ServerAlias *.linktrackr.local
<Directory "/Volumes/projects/projects/LinkTrackr/public_html">
Allow from all
Require all granted
Options Indexes FollowSymLinks
AllowOverride All
</Directory>
ErrorLog "logs/linktrackr.local-error_log"
CustomLog "logs/linktrackr.local-access_log" common
</VirtualHost>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment