Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Forum: Plugins
    In reply to: [Gutenberg] Updating Failed

    Yes it was .. I think my Apache was ignoring the .htaccess file and so failing to rewrite the request string. I put

    `<Directory /var/www/html/wp>
    AllowOverride All
    </Directory>`

    in my apache2.conf file, restarted the server and hey presto!

    (All my WordPress stuff is in subdirectory wp/.

    Forum: Plugins
    In reply to: [Gutenberg] Updating Failed

    Using Gutenberg on the latest Ffx on Ubuntu, I get the following every 10 seconds in my Apache logfile:
    “POST /wp/index.php/wp-json/wp/v2/posts/5/autosaves?_locale=user HTTP/1.1” 404
    So the regular ‘save’ is receiving a 404 each time.

    Is this the cause of all the problems?

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