Skip to content

Instantly share code, notes, and snippets.

View LoganTann's full-sized avatar
👨‍🎓
studying too much

Logan (ShinProg) LoganTann

👨‍🎓
studying too much
View GitHub Profile
@nicolasramy
nicolasramy / wordpress.local
Created July 30, 2012 12:43
Simple Apache2 Virtual Host for WordPress
<VirtualHost *:80>
ServerAdmin nicolas.ramy@hostname.com
ServerName wordpress.local
# Indexes + Directory Root.
DirectoryIndex index.php index.html
DocumentRoot /var/www/workspace/wordpress/
# BEGIN WordPress
<IfModule mod_rewrite.c>