NYColt Posted February 11, 2003 Posted February 11, 2003 At the top of my catalog page I get a message that says: Warning: I am able to write to the configuration file: /www/x/xxxx/htdocs/catalog/includes/configure.php. This is a potential security risk - please set the right user permissions on this file. I have tried a variety of permission changes to correct it but no matter what I use it still appears. Has anyone heard of this before and if so how do I correct it. BTW I have changed the permissions on the configure.php file as well as the includes dir with no luck. I also have the same permissons set for the admin dir and get no such message. Any help would be great Thanks NYColt
ronsts Posted February 11, 2003 Posted February 11, 2003 In windows right click on configure.php, go to properties, and click checkbox read only. in Linux, go to your includes directory, and type in chmod 644 configure.php
mattice Posted February 11, 2003 Posted February 11, 2003 If the linux bit doesn't work you will have to change the OWNERSHIP of the files... >chown name.group file.php Regards, Mattice "Politics is the art of preventing people from taking part in affairs which properly concern them"
Guest Posted February 11, 2003 Posted February 11, 2003 Can I do this from FTP? From some FTP programs yes... Remove the write permission from group and world/everyone.
Salvo Posted February 11, 2003 Posted February 11, 2003 Hi With php 4.06 was fine chmod 644 the configure.php but I had to CHMOD 444 the configure.php after I have updated to a new php Sal
NYColt Posted February 11, 2003 Author Posted February 11, 2003 My server host won't allow 444 so I have to call them and have them do it manually, I will let you know if it works in a few
NYColt Posted February 11, 2003 Author Posted February 11, 2003 Yep 444 worked thanks guys appreciate the help. NYColt
Recommended Posts
Archived
This topic is now archived and is closed to further replies.