Files
trainingstagebuch/docs/tt-club.de.conf
Torsten Schulz (local) 46079fc16e
All checks were successful
Deploy tt-tagebuch / deploy (push) Successful in 51s
feat: update navigation link for club payments in dashboard and enhance error handling in Home view
2026-07-22 16:17:19 +02:00

10 lines
261 B
Plaintext

# HTTP: www.tt-club.de und tt-club.de -> HTTPS
<VirtualHost *:80>
ServerName www.tt-club.de
Redirect permanent / https://tt-club.de/
</VirtualHost>
<VirtualHost *:80>
ServerName tt-club.de
Redirect permanent / https://tt-club.de/
</VirtualHost>