Skip to content

Instantly share code, notes, and snippets.

@boo1ean
Created July 13, 2013 09:58
Show Gist options
  • Save boo1ean/5990219 to your computer and use it in GitHub Desktop.
Save boo1ean/5990219 to your computer and use it in GitHub Desktop.
<VirtualHost *:80>
ServerName yii
DocumentRoot /home/boo1ean/test/public/
<Directory /home/boo1ean/test/public/>
DirectoryIndex index.php
AllowOverride All
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