Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • in reply to: Displaying incorrectly on Internet Explorer 8 #12131
    fcast
    Participant

    I also sought some visualization troubles on IE8 on XP and IE9 on Vista (all perfect on IE10 Win 7 and all decent browsers). In last days I fought with CSS with only partial results, try this in Custom CSS:

    #header-content {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: -7px;
    margin-left: 0;
    padding: 0;
    }

    fcast
    Participant

    You were right: the hosting company recently applied restrictions to accessing xmlrpc.php file from outside, to increase security. All solved, feel free to close this issue.

    Thank you again, cheers!

    fcast
    Participant

    Thank you for your fast answer, Sakin.

    The English strings in the screenshots are enough, because the only clear messages returned are “Forbidden”, “Forbidden Access” and “Error 403” when saving a post, and “Error 404” when uploading an image. The Italian parts of the screenshots are not relevant.

    Two sys admins my friends suggested me few hacks with mod_security in the .htaccess file, but the only results were “500 Internal Server Error”:

    SecFilterEngine Off
    SecFilterScanPOST Off

    ------------------------------

    <Files xmlrpc.php>
    SecFilterInheritance Off
    </Files>

    ------------------------------

    <IfModule mod_security.c>
    SecFilterRemove 114
    </IfModule>

    Here some old talks on a similar problem:
    http://ios.forums.wordpress.org/topic/cant-access-blog-via-app?replies=16

    The blog I’m talking about is http://www.placidasignora.com/, self hosted in a normal shared hosting.

    I must add that both my two friends have many blogs and they usually post through iPad and iPhone without any problem. Some of their blogs are http://www.spinoza.it/ http://eiochemipensavo.diludovico.it/ http://www.andreabeggi.net/blog/ (this latter is on my very same hosting!)

Viewing 3 posts - 1 through 3 (of 3 total)