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
8 8
### mod_rewrite
9 9

  
10 10
RewriteEngine on
11
RewriteOptions inherit
11
RewriteOptions AllowNoSlash inherit
12 12

  
13 13
# remove www subdomain
14 14
RewriteCond %{HTTP_HOST} ^www\.(.*)$

Also available in: Unified diff