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

  
4 4
# parse dotpath in the query string
5 5
RewriteCond %{QUERY_STRING} ^(?!&).+$

Also available in: Unified diff