Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ThisIsntMyId/0e0a10afaa835dd2967139e6f40c46f5 to your computer and use it in GitHub Desktop.
Save ThisIsntMyId/0e0a10afaa835dd2967139e6f40c46f5 to your computer and use it in GitHub Desktop.
apache
<VirtualHost 127.0.0.1>
DocumentRoot "D:/Projects/EnFeed/user/user-dashboard/public"
ServerName user.enfeed.com
<Directory "D:/Projects/EnFeed/user/user-dashboard/public">
Options FollowSymLinks Indexes ExecCGI
AllowOverride All
Order deny,allow
Allow from 127.0.0.1
Deny from all
Require all granted
</Directory>
</VirtualHost>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment