2022-05-27 UTC
# [Chris_Lott] I am trying out using Apache and .htaccess to https://indieweb.org/own_your_links -- but using RedirectMatch to map the "rest" of a request. This works: `RedirectMatch 301 "/github(.*)" "https://github.com/fncll$1"` but with "Always use secure connections" enabled in Chrome I get an interstitial warning that the site isn't secure, though both are. Is there a way to avoid this?