Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dmolsen/436747 to your computer and use it in GitHub Desktop.
Save dmolsen/436747 to your computer and use it in GitHub Desktop.
<VirtualHost *:80>
ServerName m.test.edu
DocumentRoot /Users/[your_username]/Sites/MIT-Mobile-Web/web
<Directory /Users/[your_username]/Sites/MIT-Mobile-Web/web>
Options Indexes FollowSymLinks MultiViews
AllowOverride None
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