Hi Guys,
I have changed the permissions on the configure.php file to 644 (won't allow me 444) but i still get the warning message.
Do you know why this is still there?
Thanks
Hi Guys,
I have changed the permissions on the configure.php file to 644 (won't allow me 444) but i still get the warning message.
Do you know why this is still there?
Thanks
Are you trying to set them to 444 via your FTP?
Many hosts do not allow settings below 644 via FTP.
You will have to go to your host account control panel and set the 444 there.
20 years a Zencart User
I tried to change it to 444 via the FTP and host account control panel, both didn't work and it stays at 644.
The warning message says "This is a potential security risk - please set the right user permissions on this file (read-only, CHMOD 644 or 444 are typical)"
They are 644, why is the message still there?
Thanks
Talk to your hosting company...
20 years a Zencart User
Do this and it should work:
1. Create a new text file on your PC Desktop and rename it chmod.php (ignore the warning about changing the file type).
2. Put this code inside the file:
3. Upload it to the root of your Zen Cart install.Code:<?php chmod ("includes/configure.php", 0444); ?>
4. Go to the file in your browser e.g. http://www.yourdomain.com/chmod.php
5. You won't see anything on the page shown but the permissions should now have changed to 444.
6. By changing "includes/configure.php" to "admin/includes/configure.php" and re-uploading to the root of your Zen Cart site, going to the file in your browser again, you can do the same for that configure.php file also.
7. Then delete this file. Don't leave it on your website.
Vger