Skip to content

Commit f89d8ad

Browse files
committed
testing only on faq
1 parent facaf0b commit f89d8ad

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

states/apache2/files/index.conf

+6-6
Original file line numberDiff line numberDiff line change
@@ -169,12 +169,12 @@
169169
RewriteCond %{REQUEST_URI} !^/wp
170170
RewriteCond %{REQUEST_URI} !^/status
171171
RewriteCond %{REQUEST_URI} !^/rdf
172-
RewriteCond %{REQUEST_URI} !^/publicdomain$
173-
RewriteCond %{REQUEST_URI} !^/platform/toolkit$
174-
RewriteCond %{REQUEST_URI} !^/licen[cs]es$
175-
RewriteCond %{REQUEST_URI} !^/faq(/.*)?$
176-
RewriteCond %{REQUEST_URI} !^/choose(/.*)?$
177-
RewriteCond %{REQUEST_URI} !^/cc-legal-tools$
172+
RewriteCond %{REQUEST_URI} !^/publicdomain
173+
RewriteCond %{REQUEST_URI} !^/platform/toolkit
174+
RewriteCond %{REQUEST_URI} !^/licen[cs]es
175+
RewriteCond %{REQUEST_URI} !^/faq$
176+
RewriteCond %{REQUEST_URI} !^/choose
177+
RewriteCond %{REQUEST_URI} !^/cc-legal-tools
178178
# File Conditions
179179
RewriteCond %{REQUEST_FILENAME} !-f
180180
RewriteCond %{REQUEST_URI} !^/schema.rdf$

0 commit comments

Comments
 (0)