Skip to content

Instantly share code, notes, and snippets.

@Codercise
Created July 14, 2014 12:18
Show Gist options
  • Save Codercise/c586604b2adffbe5f7bc to your computer and use it in GitHub Desktop.
Save Codercise/c586604b2adffbe5f7bc to your computer and use it in GitHub Desktop.
<VirtualHost *:80>
DocumentRoot "C:\xampp\htdocs\coworking-sociatea\public"
ServerName localhost
<Directory "C:\xampp\htdocs\ticketloop">
Order allow,deny
Allow from all
</Directory>
</VirtualHost>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment