Не пойму в чем дело. Xampp не открывает ссылки где присутствует русская буква "х" и за ней следует еще какой либо символ.
Содержимое файла .htaccess
AddDefaultCharset utf-8
AddCharset utf-8 *
CharsetSourceEnc utf-8
CharsetDefault utf-8
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^.*$ index.php [QSA,L]
Содержание index.php
<?php
echo 'Файл индекса';
http://testhu.local/хи
Ошибка
The requested URL was not found on this server - до файла индекса не доходит
http://testhu.local/фывафыва
http://testhu.local/х
Выводиться "Файл индекса"
Какая-то х..
XAMPP Version: 5.5.28