Revision 8055
Added by Aaron Marcuse-Kubitza almost 12 years ago
web/main/.htaccess | ||
---|---|---|
1 | 1 |
#### URL resolution |
2 | 2 |
|
3 |
Options +FollowSymLinks |
|
4 |
|
|
3 | 5 |
DirectorySlash on |
4 | 6 |
DirectoryIndex index.php |
5 | 7 |
|
Also available in: Unified diff
web/main/.htaccess: Set Options +FollowSymLinks. It should be on by default ("All options except for MultiViews. This is the default setting." <http://httpd.apache.org/docs/2.2/mod/core.html#options>), but this makes sure it will always be enabled.