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