i have default DA template with this lines :
but user httpd.conf has not php_admin_value value, open_basedir is enable for all users...
what shuld i check to solve it ?
Code:
|*if OPEN_BASEDIR="ON"|
php_admin_value open_basedir |OPEN_BASEDIR_PATH|
|*endif|
|*if SUPHP="1"|
suPHP_Engine |PHP|
suPHP_UserGroup |USER| |GROUP|
|*endif|
but user httpd.conf has not php_admin_value value, open_basedir is enable for all users...
Code:
<Directory /home/persian/domains/domain.com/public_html>
Options +Includes -Indexes
suPHP_Engine ON
suPHP_UserGroup persian persian
</Directory>
what shuld i check to solve it ?