Answer the question
In order to leave comments, you need to log in
Why do many pages give a 404 error after turning on the CNC?
The WP site now has CNC enabled. Why do many pages give a 404 error after turning on the CNC?
This is what .htaccess looks like:
# BEGIN WordPress
<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
Answer the question
In order to leave comments, you need to log in
That's it, I fixed this problem, the CNC broke the code in the theme's functions.php file!
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question