Skip to content

Instantly share code, notes, and snippets.

@davidtucker
Created February 14, 2012 03:30
Show Gist options
  • Save davidtucker/1823218 to your computer and use it in GitHub Desktop.
Save davidtucker/1823218 to your computer and use it in GitHub Desktop.
Sample Apache Alias Entry
Alias /st2 /Projects/SenchaTouch2
<Directory "/Projects/SenchaTouch2">
Options Indexes FollowSymLinks MultiViews
AllowOverride All
Order allow,deny
Allow from all
</Directory>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment