• Resolved brucedwilliams

    (@brucedwilliams)


    I’m attempting to redirect pages like “/calendar/any-sequence-of-characters” to “/events/” using the regex: /calendar/.*

    This doesn’t seem to be working. As an example, “/calendar/month.calendar/2020/08/08/46.html” fails to redirect at all.

    What am I missing?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author John Godley

    (@johnny5)

    Thread Starter brucedwilliams

    (@brucedwilliams)

    John, thanks for the lightning fast response!

    It’s not browser cache, as I have tested clearing that and get the same null result.

    It’s not server cache, as that is disabled.

    I also don’t think it’s due to the .html file type being otherwise redirected as I can access the WordPress “readme.html” that is included in every WordPress install.

    Any other ideas? This isn’t critical, but it sure would help to make a cleaner transition from a Joomla-based site to a WordPress-based site I’m currently working on…

    Thanks!

    Plugin Author John Godley

    (@johnny5)

    The fact you can access a .html just shows your server is set up to handle them. It is almost certainly the cause of why you can’t redirect it.

    Thread Starter brucedwilliams

    (@brucedwilliams)

    Argh, I’m an idiot…

Viewing 4 replies - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.