Answer the question
In order to leave comments, you need to log in
Does the link to the cnc page throw a 404?
Good afternoon. I really need help. WordPress has a cnc page, and in the template there is a link that points to this cnc of the form <a href"page link">. So, when you click on this link, it throws you to the 404 page. I don’t know what to do anymore ...
Answer the question
In order to leave comments, you need to log in
Very little background information. I advise you to look at the documentation: Using_Permalinks ( reboot )
Especially, I advise you to pay attention to .htaccess
.htaccess
content
# 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]
# END WordPress
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question