За ночь структуру немного изучил, исправил кой-какие косяки.
Но запустить демосайт на локалке так и не получается.
/var/log/apache2 error.log
[alert] [client 127.0.0.1] /home/ksn/public_html/jbzoo/.htaccess: php_value not allowed here
Я так понимаю, это в главном конфиге апача прописывается? Или в конфиге PHP? Посмотрите, у кого работает, что где надо добавить?
/etc/apache2 apache2.conf
#
# AccessFileName: The name of the file to look for in each directory
# for additional configuration directives. See also the AllowOverride
# directive.
#
AccessFileName .htaccess
#
# The following lines prevent .htaccess and .htpasswd files from being
# viewed by Web clients.
#
<Files ~ "^\.ht">
Order allow,deny
Deny from all
Satisfy all
</Files>
#
Если php_value закоментировать в .htaccess , тогда другая ошибка .htaccess: Options not allowed here действие не разрешено.


Тема закрыта








