Configuration#
Redirect Hostname#
RewriteCond %{HTTP_HOST} ^pki.fedoraproject.org
RewriteRule ^(.*)$ https://www.dogtagpki.org/$1 [R=301,L]
Forcing HTTPS#
RewriteCond %{SERVER_PORT} 80
RewriteCond %{REQUEST_URI} !^/\.well-known/acme-challenge/
RewriteRule ^(.*)$ https://www.dogtagpki.org/$1 [R=301,L]