Skip to content

Commit ca05ae7

Browse files
committed
exclude /licences from rewrite rule
1 parent c201751 commit ca05ae7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/web-sites-available/000-default.conf

+1-1
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ ServerName localhost:8080
126126
RewriteCond %{REQUEST_URI} !^/rdf
127127
RewriteCond %{REQUEST_URI} !^/publicdomain
128128
RewriteCond %{REQUEST_URI} !^/platform/toolkit
129-
RewriteCond %{REQUEST_URI} !^/licenses
129+
RewriteCond %{REQUEST_URI} !^/licen[cs]es
130130
RewriteCond %{REQUEST_URI} !^/faq
131131
RewriteCond %{REQUEST_URI} !^/choose
132132
RewriteCond %{REQUEST_URI} !^/cc-legal-tools

0 commit comments

Comments
 (0)