mirror of
https://codeberg.org/Sonoj/osamc.de
synced 2025-02-21 12:18:20 +01:00
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
|