File tree Expand file tree Collapse file tree 2 files changed +9
-5
lines changed
conf.dispatcher.d/available_farms Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -135,6 +135,10 @@ Include conf.d/variables/custom.vars
135
135
<IfModule mod_rewrite.c >
136
136
RewriteEngine on
137
137
Include conf.d/rewrites/rewrite.rules
138
+
139
+ # Rewrite index page internally, pass through (PT)
140
+ RewriteRule "^(/?)$" "/index.html" [PT]
141
+
138
142
</IfModule >
139
143
ErrorDocument 404 ${404_PAGE}
140
144
ErrorDocument 500 ${500_PAGE}
Original file line number Diff line number Diff line change 90
90
# Marketing parameters can normally be ignored on most websites as they are tracked
91
91
# through different means.
92
92
/ignoreUrlParams {
93
- # All parameters can be passed to the AEM publisher
94
- /0001 { /glob "*" /type "deny" }
93
+ # All parameters can be passed to the AEM publisher
94
+ /0001 { /glob "*" /type "deny" }
95
95
96
- # Ignore common marketing parameters by including the marketing_query_parameters.any file
97
- $include "../cache/marketing_query_parameters.any"
98
- }
96
+ # Ignore common marketing parameters by including the marketing_query_parameters.any file
97
+ $include "../cache/marketing_query_parameters.any"
98
+ }
99
99
100
100
# Cache response headers next to a cached file. On the first request to
101
101
# an uncached resource, all headers matching one of the values found here
You can’t perform that action at this time.
0 commit comments