mirror of https://codeberg.org/Sonoj/osamc.de
7 lines
172 B
ApacheConf
7 lines
172 B
ApacheConf
|
RewriteEngine On
|
||
|
RewriteCond %{HTTPS} !=on
|
||
|
RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
|
||
|
|
||
|
Redirect 301 /pad https://plan.osamc.de
|
||
|
Redirect 301 /slides /archiv
|