Project

General

Profile

1 7876 aaronmk
#### URL resolution
2
3
DirectorySlash On
4
DirectoryIndex index.php index.htm
5
6
### mod_rewrite
7
8
RewriteEngine on
9
RewriteBase /~aaronmk/VegRef/
10
11
# unknown paths -> VegRef
12
RewriteCond %{REQUEST_FILENAME} !-f
13
RewriteRule ^.*$ index.php?$0