404 Error

Username: epiz_26042101

I hadn’t really worked on or checked one of my websites, and I only checked it after the server upgrades to the latest stable PHP. There were a few issues which I managed to fix, but I had one major problem which I could not solve: My blog posts were returning me a 404 error page. Even new posts were returning the 404 page.

What I can do:

Edit posts
Edit post details (featured image, categories etc.)

What I can’t do:

Preview my posts
See my published posts.

Other Details:

I have put up a sample post called “aa” to show that new posts do not work either. It is not a corrupted .htaccess as I checked it. I have disabled all plugins, yet that does not solve the problem. It is not a corrupted theme either. I have activated the default WordPress theme. My website is technical.legendz.cf.

Maybe try to read this article

4 Likes

Already read it, but it doesn’t work.

Try to changing your permalink settings
Settings → Permalinks

It doesn’t work. I have tried this already.

Maybe try to read this

1 Like

I’ve read all the guides before creating this topic.

Try to reinstalling wordpress maybe the wordpress files is corrupted

I checked with Scrapy and it followed your Wordpress URL structure, showing me to the page, Is it possible you could have changed the permalink? However these changes would have reflected across the wordpress url schema.

What does your .htaccess look like?

2 Likes

His htaccess file

# 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.
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>

# END WordPress
1 Like

Yes, that’s mine ^

1 Like

Try to reinstalling WP

1 Like

Looks normal, The only thing I can possibly think of is something went wrong with the URL, whether there are permission errors or manual URL Error, Or as Erraticstuff says reinstalling would help.

3 Likes

Reinstalling WP would reset all configuration from your old WP (maybe)

Ok

The problem has been solved, thanks.

2 Likes