Wordpress - Not saving or publishing

Hi there,
I am having issues with mt Wordpress site at https://shanelowry.000webhostapp.com/.

  1. I cannot get new posts to publish.
  2. I cannot get older posts that I edit to save changes.
  3. Customizer changes do not save.

I am using Astra theme which is latest version and all my plugins are up to date.

I have tried using a default Wordpress theme and have disabled all plugins.

I did try the “Fix 000webhost WordPress website tool” at wp.teamdrago.xyz/ but it told me “The website you’ve entered is not a WordPress website!”

Can you copy the content of your .htaccess file within public folder here please

1 Like

Cool thanks.

BEGIN WordPress

The directives (lines) between BEGIN WordPress and END WordPress are

dynamically generated, and should only be modified via WordPress filters.

Any changes to the directives between these markers will be overwritten.

RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L]

END WordPress

HTID:13355136: DO NOT REMOVE OR MODIFY THIS LINE AND THE LINES BELOW

php_value display_errors 1

DO NOT REMOVE OR MODIFY THIS LINE AND THE LINES ABOVE HTID:13355136:

Options All -Indexes

Can you empty the content of the file and paste in just this

# BEGIN WordPress

RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# END WordPress

Hi there, i’ve edited my .htaccess file but the issue is persisting.

Hello. Please clear your browser cache and try again…

This topic was automatically closed after 7 days. New replies are no longer allowed.