Skip to content

Instantly share code, notes, and snippets.

@dardub
Created March 29, 2013 06:22
Show Gist options
  • Save dardub/5269077 to your computer and use it in GitHub Desktop.
Save dardub/5269077 to your computer and use it in GitHub Desktop.
<VirtualHost *:80>
DocumentRoot "/home/desktop/data/code/public"
ServerName dev.lebuy.co.id
<Directory /home/desktop/data/code/public>
Options +Indexes +FollowSymlinks
Order allow,deny
Allow from all
AllowOverride all
</Directory>
</VirtualHost>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment