Project

General

Profile

« Previous | Next » 

Revision 8402

web/.htaccess: Turned off DirectorySlash so that the dir without the trailing / can have a separate meaning (e.g. as the home page of a datasource, rather than a listing of the short URLs available for it)

View differences:

.htaccess
2 2

  
3 3
Options +FollowSymLinks +Indexes +MultiViews
4 4

  
5
DirectorySlash on
5
DirectorySlash off
6 6
DirectoryIndex index
7 7

  
8 8
### mod_rewrite

Also available in: Unified diff