Skip to content

Instantly share code, notes, and snippets.

@nicolechung
Created March 20, 2012 20:38
Show Gist options
  • Save nicolechung/2141039 to your computer and use it in GitHub Desktop.
Save nicolechung/2141039 to your computer and use it in GitHub Desktop.
Apache: Local username.conf (enable mod_rewrite)
<Directory "/Users/your-username/Sites/">
Options Indexes MultiViews FollowSymlinks
AllowOverride all
Order allow,deny
Allow from all
</Directory>
@nicolechung
Copy link
Author

Enables mod_rewrite in Snow Leopard.
Just replace your-username with the username of your computer.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment