Revision 8403
Added by Aaron Marcuse-Kubitza over 11 years ago
.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
web/**/.htaccess: RewriteOptions: Added AllowNoSlash (available in Apache 2.4) so dir paths without the trailing / can be parsed by mod_rewrite