Skip to content

Instantly share code, notes, and snippets.

@burakerdem
Created June 16, 2012 15:28
Show Gist options
  • Save burakerdem/2941677 to your computer and use it in GitHub Desktop.
Save burakerdem/2941677 to your computer and use it in GitHub Desktop.
/etc/apache2/extra/httpd-vhosts.conf
<VirtualHost *:80>
ServerName ci.localhost
DocumentRoot /Users/burakerdem/Sites/codeigniter/public
<Directory /Users/burakerdem/Sites/codeigniter/public>
Options Indexes FollowSymLinks
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