- opencms_to_slash_http:
comment: '/opencms to /'
rewrite_rule:
- - 'RewriteRule ^/opencms/(.*)$ http://localhost:8080/opencms/$1 [P,L]'
+ - '^/opencms/(.*)$ http://localhost:8080/opencms/$1 [P,L]'
- https:
comment: 'all to https'
rewrite_rule:
- opencms_to_slash_https:
comment: '/opencms to /'
rewrite_rule:
- - 'RewriteRule ^/opencms/(.*)$ http://localhost:8081/opencms/$1 [P,L]'
+ - '^/opencms/(.*)$ http://localhost:8081/opencms/$1 [P,L]'
- proxy_https:
rewrite_cond:
- '%%{ich-trickse}{REQUEST_URI} !^/(opencms|resources|export|skins|genImages|genImagesTemp|fonts)'