Revision 8507
Added by Aaron Marcuse-Kubitza over 11 years ago
.htaccess | ||
---|---|---|
7 | 7 |
RewriteCond %{ENV:innermost_dir} =VegBIEN |
8 | 8 |
RewriteCond $0 ^/ [ornext] |
9 | 9 |
RewriteCond /$0 ^(.*)$ |
10 |
RewriteRule ^.+$ db%1 [discardpath,noescape,last,qsappend] |
|
10 |
RewriteRule ^.+$ db%1 [discardpath,last,noescape,qsappend] |
Also available in: Unified diff
web/**/.htaccess: RewriteRules: ensured flags are in alphabetical order