Hi
I have webpages using php whcih read from and write to files, it can read from files and display the info, but it cannot write to the files, I have issued chmod 777 *, change the ownership of the files to apache user, still does not work, here is a snipp from my httpd.conf file
------Snipp-------
# To use CGI scripts:
#
AddHandler cgi-script .cgi .pl
AddHandler php-script .php
AddHandler php-script .php3
AddHandler php-script .php4
#
# To use server-parsed HTML files
#
#AddType text/html .shtml
#AddHandler server-parsed .shtml
AddType application/x-tar .tgz
AddType application/x-httpd-php .php
AddType application/x-httpd-php .php3
AddType application/x-httpd-php .php4
AddType application/x-httpd-php-source .phps
------Snipp-------
Your help is appreciated
Brenda
I have webpages using php whcih read from and write to files, it can read from files and display the info, but it cannot write to the files, I have issued chmod 777 *, change the ownership of the files to apache user, still does not work, here is a snipp from my httpd.conf file
------Snipp-------
# To use CGI scripts:
#
AddHandler cgi-script .cgi .pl
AddHandler php-script .php
AddHandler php-script .php3
AddHandler php-script .php4
#
# To use server-parsed HTML files
#
#AddType text/html .shtml
#AddHandler server-parsed .shtml
AddType application/x-tar .tgz
AddType application/x-httpd-php .php
AddType application/x-httpd-php .php3
AddType application/x-httpd-php .php4
AddType application/x-httpd-php-source .phps
------Snipp-------
Your help is appreciated
Brenda