Hey,
I am a total noob in server administration. But I successfully have https via letsencrypt now. The website https://martha-studie.de works. But the rewirterule does not. Any help would be appreciated.
ErrorLog ${APACHE_LOG_DIR}/error.log
CustomLog ${APACHE_LOG_DIR}/access.log combined
<Directory /var/www/html/>
Options Indexes FollowSymLinks MultiViews
AllowOverride All
Order allow,deny
allow from all
</Directory>
RewriteEngine on
RewriteCond %{SERVER_NAME} =martha-studie.de
RewriteRule ^ https://{SERVER_NAME}%{REQUEST_URI} [END,NE,R=permanent]