Создаю пост, все проходит нормально. Его видно. При нажатии "далее" пишет: Not Found The requested URL /richiesta.php was not found on this server. Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request. хотя указанный файл лежит себе нормально в папке. .htaccess с таким содержимым: RewriteEngine On RewriteRule ^offerta/([^/]*)/ /offerta.php?id=$1 [L] RewriteRule ^richiesta/([^/]*)/ /richiesta.php?id=$1 [L] RewriteRule ^page/([^/]*)/ /?page=$1 [L] RewriteRule ^cpage/([^/]*)/ /cercolavoro.php?page=$1 [L] как решить?