https://colossus.fi redirects correct to https://colossus.fi/ow/index.php
but pages shows with no css styles.
root .htaccess is:
RewriteEngine On RewriteCond %{SERVER_PORT} 80 RewriteRule ^(.*)$ https://colossus.fi/ow/index.php$1 [R,L]
This goes over my top. Is this covered already somewhere...?