I tried 775 but still same problem,,
Then i tried 777 and now its fine, no error... and sitemap generated, showing in the Report List....
But i dont understand this -
Best way to go around the nasty 777 is to find out under wich user/group your php files are executed and to chown the /data/ folder to this user then you can lower the 777
Can u help more with this
THANKS A LOT FOR ALL UR HELP
Quote:
Originally Posted by class101
I said 775 not 755 but if 775 fail, go on a 777 but thats really really not safe to do this, chmod 777 will probably solve your problem but then any guest is supposed to be able to write in /data/ so you should then double check if the http server correctly deny all access here. this is the most hacked door in a webserver. Best way to go around the nasty 777 is to find out under wich user/group your php files are executed and to chown the /data/ folder to this user then you can lower the 777
|