Quote:
|
Originally Posted by V_RocKs
I would do this,
cd /path to your cgi-bin
mv data data2
mkdir data
chmod 777 data
cp data2/* data/
chmod 666 data/*
To see if setting the permissions all over again doesn't get it working again.
|
Just did this - checking now