P
P
Petr Volkhanov2018-05-09 14:57:56
Apache HTTP Server
Petr Volkhanov, 2018-05-09 14:57:56

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

Bitnami Wordpress, AWS, Ubuntu

Answer the question

In order to leave comments, you need to log in

2 answer(s)
P
Petr Volkhanov, 2018-05-10
@eprivalov

That's it, I fixed this problem, the CNC broke the code in the theme's functions.php file!

A
Andrey Sanych, 2018-05-09
@mountpoint

check if mod_rewrite apache module is installed

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question