• I’m running WP MU latest and I have few blogs on this installation.
    One of my readers alerted me that on one blog – some of the pages simply show 404, so for example:

    https://benhamo.org/page/2/ – error 404
    https://benhamo.org/page/3/ – error 404

    But https://benhamo.org/page/7/ – works ok (and pages after 7 works well)

    I have another blog on the same installation, with the same theme and same settings, here things looks perfectly OK:

    https://linvirtstor.net/page/2/ – ok
    https://linvirtstor.net/page/3/ – ok

    Again, both of these blogs are running on the same machine under the same WPMU. Changing the problematic blog’s theme didn’t help, and I don’t think that the WPMU code has any issue since it works on other blogs that I have on this WPMU.

    Any suggestion how can I fix this specific blog?

    Thanks

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • https://benhamo.org/page/2/

    validator.w3.org returns a 404 and I also get a 404 which confirms there is no page by that URL–or it is being prevented from loading.

    If you have confirmed the page loads in your Browser then best to check error logs for any further information.

    Most likely the screen you’re showing is caused by GZip encoding in your code. You probably are applying a Response.Filter to the GZip/DeflateStream class and intending to encode your content, but then an error occurs and ASP.NET clears your Headers, but leaves the filter intact. The result is that your content is GZip encoded but the browser doesn’t decode it because the Content-Encoding header isn’t set.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Weird page errors’ is closed to new replies.