So in the great ‘switching to https is easy’ debate, I’ve got a question: How do I make it so that typing andrewkurjata.ca/about or andrewkurjata.ca/subscribe into my browser takes me to https://andrewkurjata.ca/about or https://andrewkurjata.ca/subscribe instead of just my homepage??

7 responses on “”

  1. @kitt i am on bluehost. I followed this step but it only seems to get the redirects to work internally. If I’m coming drom anywhere else without https being specified i wind up on the homepage. Tech support didn’t find anything they could do, either…

  2. @akurjata A couple of things to check while awaiting @kitt’s wisdom:
    * Is that rule in your main .htaccess file (root of your site)
    * Are there other Redirect rules in it?
    * Are there any extraneous spaces, e.g. between / and $1?
    * Do you have any other .htaccess files with Redirect rules in them?

    I noticed that [andrewkurjata.ca](http://andrewkurjata.ca) and [andrewkurjata.ca](http://andrewkurjata.ca)/ redirect to [andrewkurjata.ca](https://andrewkurjata.ca/) but that[andrewkurjata.ca](http://andrewkurjata.ca)/foo redirects to [andrewkurjata.ca](https://andrewkurjata.ca/)index.php which leads me to believe there’s some sort of other “catch-all” redirect to index.php that’s fouling things up.

  3. @smokey hmmmmm i will try and figure that out. REALLY thinking it’s time to blow things up and start again with best modern practices at this point. So the new question is… wordpress or switch to something static???

  4. @akurjata As for your new question, I still believe that WordPress is overkill for me, but at the same time, there are too many things that I want to do or have that can’t be done/had—or, more likely, can’t be done/had easily—with a static setup (disclaimer: I haven’t looked at static options in detail in a while, but I’ve watched some of the convos here about them).

    I appreciate WordPress’s flexibility and ubiquity, so that there’s always someone out there who has a plugin or sample code, or even enough of a hint about code that I can eventually figure it out on my own, to do what I want. I already don’t have enough time/skill to tinker with WP/customize my blog as much as I would really like, and I expect that would be exacerbated using a static system. FWIW 😉

    /me runs for cover from the static aficionados 😉

Comments are closed.