Hi
I just installed an ssl certificate on my server m-component.ch but when browsing MobComp | Networking (TNet) I get 404 where as with http all works well.
Further images under ./assets will not be loaded when using https.
Additionally when using https not all the content normally generated in /media folder is generated
Can someone give me advice on how to resolve this. https is mandatory
Thank for helping out
I compared the apache http site configuration /etc/apache2/sites-available/default.conf
and
/etc/apache2/sites-available/ssl-default.conf
I found that
<Directory /var/www/my-kirby-dir>
Options Indexes FollowSymLinks MultiViews
AllowOverride None
which must be set to
AllowOverride All
Then all is good