> For the complete documentation index, see [llms.txt](https://developers.jseidl.at/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developers.jseidl.at/utils/force-ssl.md).

# Force SSL

```apacheconf
RewriteBase /
RewriteEngine on
RewriteCond %{SERVER_PORT} !443
RewriteRule (.*) https://%{HTTP_HOST}$1 [R=301,L]
```
