Показать сообщение отдельно

  #2  
Старый 24.11.2007, 05:35
cardons
Познавший АНТИЧАТ
Регистрация: 19.07.2005
Сообщений: 1,000
Провел на форуме:
5868159

Репутация: 950


По умолчанию

Попробуй вот так
Код HTML:
 <VirtualHost 127.0.0.1>
ServerAdmin Admin@sandjuro.org
ServerName www.sandjuro.org
DirectoryIndex index.php3 index.phtml index.php index.htm index.html index.shtml index.shtm
DocumentRoot "c:/usr/public_html/host/virtual"
ScriptAlias /cgi-bin/ "c:/usr/public_html/host/virtual/cgi-bin/"
ErrorLog "c:/usr/public_html/host/virtual/logs/error.log"
CustomLog "c:/usr/public_html/host/virtual/logs/access.log"
</VirtualHost>  
 
Ответить с цитированием