File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 169
169
RewriteCond %{REQUEST_URI} !^/wp
170
170
RewriteCond %{REQUEST_URI} !^/status
171
171
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
178
178
# File Conditions
179
179
RewriteCond %{REQUEST_FILENAME} !-f
180
180
RewriteCond %{REQUEST_URI} !^/schema.rdf$
You can’t perform that action at this time.
0 commit comments