Warning: Cannot use a scalar value as an array in /home/admin/public_html/forum/include/fm.class.php on line 757

Warning: Invalid argument supplied for foreach() in /home/admin/public_html/forum/include/fm.class.php on line 770
Форумы портала PHP.SU :: Версия для печати :: Apache 2.2.11 и PHP 5.2.8
Форумы портала PHP.SU » Серверное администрирование » Apache и другие веб-серверы » Apache 2.2.11 и PHP 5.2.8

Страниц (1): [1]
 

1. ReDvAlL - 29 Декабря, 2008 - 20:46:19 - перейти к сообщению
Вродь все по инструкции настроил, хоть и она на более раннюю версию, но при вводе в браузере http://localhost/start.php например пишет Not Found, че я не так настроил? Помогите мне плиз!!!
2. valenok - 29 Декабря, 2008 - 21:42:16 - перейти к сообщению
вы забыли создать файл start.php и положить его в корневую директорию
3. ReDvAlL - 29 Декабря, 2008 - 21:52:32 - перейти к сообщению
корневая директория у меня D:/www/, и файл этот там лежит((
P.S. проблема решена, если у кого будет такая же, то вот решение:

<Directory "D:/www">
Options Indexes Includes
AllowOverride All
Allow from all
</Directory>
#
# Possible values for the Options directive are "None", "All",
# or any combination of:
# Indexes Includes FollowSymLinks SymLinksifOwnerMatch ExecCGI MultiViews
#
# Note that "MultiViews" must be named *explicitly* --- "Options All"
# doesn't give it to you.
#
# The Options directive is both complicated and important. Please see
# http://httpd[dot]apache[dot]org/docs/2[dot]2[dot][dot][dot]ore[dot]html#options
# for more information.
#
Options Indexes FollowSymLinks

#
# AllowOverride controls what directives may be placed in .htaccess files.
# It can be "All", "None", or any combination of the keywords:
# Options FileInfo AuthConfig Limit
#
AllowOverride None

#
# Controls who can get stuff from this server.
#
Order allow,deny
Allow from all


</Directory>

это то, что наверна у всех получается на первых порах, а вот что там должно быть:

<Directory "D:/www">
Options Indexes Includes
AllowOverride All
Allow from all
</Directory>


Тест конфигурации рулит)))

 

Powered by ExBB FM 1.0 RC1