Apache isn't the fastest or maximally customizable web server, its popularity comes from the fact that it provides a very good balance of these things bundled with maximum portability and reliability.
Вы не зашли.
Что не корректного? ответ лежит выше! т.е. не выдает 404 либо 301.
И все же как реализовать Выдачу 404 при запросе некорректных URLs?
Я пытался так:
RewriteCond {REQUEST_URI} ^/(\?1*)(.*)$
RewriteRule ^/(\?1*)+(.*)$ /error404.php [L]
Увы без успешно.
Подскажите правильное решение
Неактивен