AlexFree
Новичок
Виртуальный хост работает в IE, а в FireFox - нет
Стоит WinXP SP2 + Apache 2.0.52.
добавляю в конф хост
<VirtualHost *:80>
DocumentRoot d:/WebServers/www/host
ServerName host
ErrorLog logs/host-error_log
CustomLog logs/host-access_log common
</VirtualHost>
прописываю в hosts: 127.0.0.1 host
В Internet Explorer все работает, а FireFox выдаёт следущее:
Такое впечатление, что FireFox не видит файл hosts....
Стоит WinXP SP2 + Apache 2.0.52.
добавляю в конф хост
<VirtualHost *:80>
DocumentRoot d:/WebServers/www/host
ServerName host
ErrorLog logs/host-error_log
CustomLog logs/host-access_log common
</VirtualHost>
прописываю в hosts: 127.0.0.1 host
В Internet Explorer все работает, а FireFox выдаёт следущее:
Кто нибудь сталкивался с таким ?The requested URL could not be retrieved
While trying to retrieve the URL: http://host/
The following error was encountered:
Unable to determine IP address from host name for hosts
This means that:
The cache was not able to resolve the hostname presented in the URL.
Check if the address is correct.
Generated Tue, 29 Aug 2006 20:19:16 GMT by (Application and Content Networking System Software 5.1.13)
Такое впечатление, что FireFox не видит файл hosts....