• #dev 2022-05-27
  • Prev
    Next
  • #indieweb
  • #dev
  • #wordpress
  • #meta
  • #stream
  • #microformats
  • #known
  • #events
#dev ≡
  • ←
  • →
2022-05-27 UTC
# 04:35
[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?