mirror of
https://codeberg.org/Sonoj/osamc.de
synced 2025-04-03 23:28:21 +02:00
9 lines
197 B
ApacheConf
9 lines
197 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
|
|
|
|
AddDefaultCharset UTF-8
|