/test/
на /test/$
[L]
в конце.window.onbeforeunload = popup;
function popup() {
return 'I see you are leaving the site';
}
/index.php/contact
тоже выдает "описание недоступно...", но в robots.txt ничего на эту тему нет.<link rel='stylesheet' id='yarppWidgetCss-css' href='http://sovetneg.ru/wp-content/plugins/yet-another-related-posts-plugin/style/widget.css?ver=4.6.1' type='text/css' media='all' />
замените на <link rel='stylesheet' id='yarppWidgetCss-css' href='/wp-content/plugins/yet-another-related-posts-plugin/style/widget.css?ver=4.6.1' type='text/css' media='all' />
и так далее. <?php
if ($_POST['ok']==''){
echo "<form action='?' method='post'>
<input type='hidden' name='ok' value='ok'>
<input type='text' name='login' placeholder='Логин'><br>
<input type='text' name='password' placeholder='Пароль'><br>
<input type='submit' value='OK'><br>
</form>";
}else{
echo $_POST['login'];
}
?>