Skip to content

Instantly share code, notes, and snippets.

@iezg
Last active December 12, 2015 04:18
Show Gist options
  • Save iezg/4712937 to your computer and use it in GitHub Desktop.
Save iezg/4712937 to your computer and use it in GitHub Desktop.
AddHandler x-web-app-manifest+json .webapp
AddType application/x-web-app-manifest+json .webapp
$ nano /etc/apache2/users/USERNAME.conf
$ sudo apachectl start
<Directory "/Users/USERNAME/Sites/">
Options Indexes 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