O
O
oliver_queen2012-11-01 12:45:09
URL Handling
oliver_queen, 2012-11-01 12:45:09

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

3 answer(s)
A
AGvin, 2012-11-01
@AGvin

Very little background information. I advise you to look at the documentation: Using_Permalinks ( reboot )
Especially, I advise you to pay attention to .htaccess

S
startsevdenis, 2012-11-01
@startsevdenis

Try going to Settings->Permalinks and clicking save once.

O
oliver_queen, 2012-11-03
@oliver_queen


.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 question

Ask a Question

731 491 924 answers to any question