Корневой каталог моего сайта разработки находится в C:/xampp/htdocs/test/
a) Работает следующее:< /p>
Код: Выделить всё
http://localhost
http://localhost/phpmyadmin/index.php
Код: Выделить всё
http://localhost/test/ or http://localhost/test/index.php
Код: Выделить всё
http://localhost/test/index.html (I put that index.html in root directory above for testing)
Код: Выделить всё
http://localhost/test/cat/services/
Код: Выделить всё
DocumentRoot "C:/xampp/htdocs/test/"
ServerName web1.localhost
Код: Выделить всё
127.0.0.1 localhost
127.0.0.1 web1.localhost
Как я могу решить эту проблему?
Подробнее здесь: https://stackoverflow.com/questions/785 ... page-works