Sat Sat
Sat Sat

Reputation: 1

My website showing 404 page not found again and and again . how to solve that?

My website showing 404 page not found again and and again . how to solve that? After permalink changes , it's working well for sometimes then again showing same error.

Steps I tried:

  1. permalink changes
  2. .htaccess edit
  3. clear caches
  4. made .htaccess file as read only..

But I need permanent solution . Please help..

Upvotes: 0

Views: 104

Answers (2)

Gokturk
Gokturk

Reputation: 47

First of all please make sure mod_Rewrite is enabled on your server and working.

Please check your error log files and post the errors in your question, it will help us to detect the issue.

Upvotes: 1

janh
janh

Reputation: 2972

As you're writing that you've already made the .htaccess read-only, I assume that it doesn't change when the problem occurs?

It sounds like something is messing with the wordpress rewrites. Maybe you could add a filter to rewrite_rules_array, use debug_backtrace() and log that to a file to track down the code that is changing the rewrites.

Upvotes: 1

Related Questions