#### URL resolution
DirectorySlash On
DirectoryIndex index.php index.htm
### mod_rewrite
RewriteEngine on
RewriteBase /~aaronmk/VegRef/
# unknown paths -> VegRef
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^.*$ index.php?$0