Skip to content

Instantly share code, notes, and snippets.

@Codercise
Created July 14, 2014 12:18

Revisions

  1. Codercise created this gist Jul 14, 2014.
    8 changes: 8 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,8 @@
    <VirtualHost *:80>
    DocumentRoot "C:\xampp\htdocs\coworking-sociatea\public"
    ServerName localhost
    <Directory "C:\xampp\htdocs\ticketloop">
    Order allow,deny
    Allow from all
    </Directory>
    </VirtualHost>