• My website has a static homepage. Something weird is happening with my blog page. It’s linked on the top menu of my site, and loads fine when clicked from there.

    When you type in the URL (mydomain.com/my-blog), it just shows html code and the error message i pasted below. Oddly enough, if I simply put my cursor on the URL again in the address bar and hit “enter”, it reloads properly this time.

    The html code showing when this loading error happens has a weird first paragraph (pasted below), which I don’t see on any of my other pages. What is this, and how do I get rid of this?

    I removed some info to keep some privacy but you should be able to get the point.

    0<!DOCTYPE HTML PUBLIC “-//IETF//DTD HTML 2.0//EN”>
    <html><head>
    <title>301 Moved Permanently</title>
    </head><body>
    <h1>Moved Permanently</h1>
    <p>The document has moved here.</p>
    <p>Additionally, a 301 Moved Permanently
    error was encountered while trying to use an ErrorDocument to handle the request.</p>
    </body></html>
    HTTP/1.1 200 OK
    Date: Thu, 09 May 2013 03:05:06 GMT
    Content-Type: text/html; charset=UTF-8
    Content-Length: xxxxxx
    Connection: xxxxxx
    Server: xxxxx/ xxxxxx
    X-Powered-By: PHP/5.3.13
    X-Pingback: https://xxxxxxxxxxxxxxx.com/xmlrpc.php
    Expires: Wed, 11 Jan xxxxxx
    Cache-Control: no-cache, must-revalidate, max-age=0
    Pragma: no-cache

Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Weird issue with Blog page after changing permalinks’ is closed to new replies.