Created
August 5, 2015 08:57
-
-
Save hanafiah/45ab05ab0a71fd55f367 to your computer and use it in GitHub Desktop.
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> | |
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