CHMOD Help

CHMOD Help

Posted by: janje123
Posted on: 2007-04-30 20:37:00

I just installed zen cart and I'm supposed to do this:
change the admin/includes/configure.php and the
includes/configure.php files to not be writable (by anybody) or world-readable!
(That's: chmod 440 configure.php from the command line..)

and I have no idea how to do it. Do I just open those files in notepad and add chmod 440 configure.php anywhere or how would I do that.

Thank You so much!

Re: CHMOD Help

Posted by: Lensman
Posted on: 2007-04-30 21:09:00

Do you typically or ever:
1. ssh into your server?
2. Use sftp?
3. Use WebFTP from the DH control panel?

Using any of these methods, you have to run the chmod command on the files. It is not an edit that you need to make to the files, but a special command you need to run.

Re: CHMOD Help

Posted by: janje123
Posted on: 2007-04-30 21:38:00

Wow thank you so much - I knew it was probably something simple that I was totally missing.

Thanks Again :)

Re: CHMOD Help

Posted by: Lensman
Posted on: 2007-05-01 05:32:00

In reply to:

Wow thank you so much - I knew it was probably something simple that I was totally missing.

Thanks Again :)


Heh, anytime. We've all been there!

Tags: chmodzen cartphp filesnotepadthank you