• Resolved mesotu

    (@mesotu)


    Hi all,
    I just redid my website and now, for some reason, when I go to post a new post (or update an old one), it doesn’t work.

    Here is a link to a short video demonstrating the issue:

    https://imgur.com/e5SiJtu

    You’ll see that after I hit save, the title reverts to “Auto Draft.” Very odd.

    I’ve changed back to a default theme. Didn’t work.
    I disabled all plugins. Didn’t work.
    I don’t have any security plugins installed yet, so that’s not it.
    I don’t have any errors in my server logs either.

    Would welcome any suggestions.

    Kind regards

Viewing 1 replies (of 1 total)
  • Thread Starter mesotu

    (@mesotu)

    Hi all,
    I have resolved the issue, but I wanted to leave an update here for anyone else having the same issue.

    The problem was in my .htaccess file. I had some code to force the trailing slash at the end of my URLs.

    # BEGIN redirect to trailing slash
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteRule ^(.*[^/])$ /$1/ [L,R=301]
    # END redirect to trailing slash

    It was working fine on my old site but for some reason when I just overhauled the site with a new theme, it was causing problems.

    Hope this helps someone out there because it’s kind of an obscure issue.

    Cheers

    • This reply was modified 5 years, 10 months ago by mesotu.
Viewing 1 replies (of 1 total)
  • The topic ‘Publish Button Not Working’ is closed to new replies.