Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Other htaccess – redirect from http to https, but items still seemed to be coming from http

  • This topic is empty.
Viewing 1 post (of 1 total)
  • Author
    Posts
  • #41745
    fooman
    Participant

    I’d like to simply redirect all pages to https.
    I have the following in my htaccess file:



    RewriteCond %{HTTPS} off
    RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}

    The issue I’m having is that files have the proper url I’m looking for (https://www.example.com), but are still being served from the http side.
    I have no idea why :(

    Am I going about this incorrectly?

Viewing 1 post (of 1 total)
  • The forum ‘Other’ is closed to new topics and replies.