View Single Post
Old 03-26-2005, 03:47 PM  
V_RocKs
Damn Right I Kiss Ass!
 
Industry Role:
Join Date: Dec 2003
Location: Cowtown, USA
Posts: 32,409
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.
V_RocKs is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote