Project

General

Profile

« Previous | Next » 

Revision 8403

web/**/.htaccess: RewriteOptions: Added AllowNoSlash (available in Apache 2.4) so dir paths without the trailing / can be parsed by mod_rewrite

View differences:

.htaccess
1 1
RewriteEngine on
2
RewriteOptions inherit
2
RewriteOptions AllowNoSlash inherit
3 3
RewriteBase /CTFS/schema/
4 4

  
5 5
# parse dotpath in the query string

Also available in: Unified diff