Project

General

Profile

1
#### URL resolution
2

    
3
DirectorySlash On
4
DirectoryIndex index.php index.htm
5

    
6
### mod_rewrite
7

    
8
RewriteEngine on
9
RewriteBase /~aaronmk/vegpath/
10

    
11
# unknown paths -> VegRef
12
RewriteCond %{REQUEST_FILENAME} !-d
13
RewriteCond %{REQUEST_FILENAME} !-f
14
RewriteCond %{REQUEST_FILENAME} !-l
15
RewriteRule ^.*$ index.php?$0
(1-1/5)