Quote:
Originally Posted by dreamsky
do this
and this
try to remove php_value include_path .
so your /etc/apache2/conf.d/squirrelmail.conf
like this
PHP Code:
<Directory /usr/share/squirrelmail> Options FollowSymLinks <IfModule mod_php5.c> AddType application/x-httpd-php .php php_flag magic_quotes_gpc Off php_flag track_vars On php_admin_flag allow_url_fopen Off php_admin_value upload_tmp_dir /var/lib/squirrelmail/tmp php_admin_value open_basedir /usr/share/squirrelmail:/etc/squirrelmail:/var/lib/squirrelmail:/etc/hostname:/etc/mailname:/usr/share/php php_flag register_globals off </IfModule> <IfModule mod_dir.c> DirectoryIndex index.php </IfModule>
TY to Mr. Anton
|
Falco, Till & Dreamsky Thanks++ it solved my problems. Thanks to both.