File tree 1 file changed +7
-7
lines changed
config/web-sites-available
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -153,13 +153,13 @@ ServerName localhost:8080
153
153
# https://codex.wordpress.org/Using_Permalinks
154
154
# Directory Conditions
155
155
RewriteCond %{REQUEST_FILENAME} !-d
156
- RewriteCond %{REQUEST_URI} !^/rdf
157
- RewriteCond %{REQUEST_URI} !^/publicdomain
158
- RewriteCond %{REQUEST_URI} !^/platform/toolkit
159
- RewriteCond %{REQUEST_URI} !^/licen[cs]es
160
- RewriteCond %{REQUEST_URI} !^/faq
161
- RewriteCond %{REQUEST_URI} !^/choose
162
- RewriteCond %{REQUEST_URI} !^/cc-legal-tools
156
+ RewriteCond %{REQUEST_URI} !^/rdf(/|$)
157
+ RewriteCond %{REQUEST_URI} !^/publicdomain(/|$)
158
+ RewriteCond %{REQUEST_URI} !^/platform/toolkit(/|$)
159
+ RewriteCond %{REQUEST_URI} !^/licen[cs]es(/|$)
160
+ RewriteCond %{REQUEST_URI} !^/faq(/|$)
161
+ RewriteCond %{REQUEST_URI} !^/choose(/|$)
162
+ RewriteCond %{REQUEST_URI} !^/cc-legal-tools(/|$)
163
163
# File Conditions
164
164
RewriteCond %{REQUEST_FILENAME} !-f
165
165
RewriteCond %{REQUEST_URI} !^/schema.rdf$
You can’t perform that action at this time.
0 commit comments