Skip to content

Commit a2fb110

Browse files
CQ-4356927 UI Tests in WKND project fails
1 parent 3e2fb44 commit a2fb110

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

dispatcher/src/conf.d/available_vhosts/wknd.vhost

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,10 @@ Include conf.d/variables/custom.vars
135135
<IfModule mod_rewrite.c>
136136
RewriteEngine on
137137
Include conf.d/rewrites/rewrite.rules
138+
139+
# Rewrite index page internally, pass through (PT)
140+
RewriteRule "^(/?)$" "/index.html" [PT]
141+
138142
</IfModule>
139143
ErrorDocument 404 ${404_PAGE}
140144
ErrorDocument 500 ${500_PAGE}

dispatcher/src/conf.dispatcher.d/available_farms/wknd.farm

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -90,12 +90,12 @@
9090
# Marketing parameters can normally be ignored on most websites as they are tracked
9191
# through different means.
9292
/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" }
9595

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+
}
9999

100100
# Cache response headers next to a cached file. On the first request to
101101
# an uncached resource, all headers matching one of the values found here

0 commit comments

Comments
 (0)