Привет, нужен специалист выявить причину появления ошибки 404 Not Found при переходе с морды по линкам. Дам доступ по ФТП, стучите в ЛС. гонорар $10
в моём случае просто не хватало правильного .htaccess Код: RewriteEngine On DirectoryIndex index.php AddDefaultCharset UTF-8 Options -Indexes <IfModule mod_rewrite.c> RewriteEngine on RewriteRule ^.htaccess$ - [F] RewriteBase / # WordPress RewriteRule ^wp-content/themes/(.*) templates/$1 [L] # DLE RewriteRule ^engine/modules/antibot/antibot.php(.*) inc/captcha/captchac_code.php [L] RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !^favicon\.ico RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ index.php [L] </IfModule>