norrgarden Posted April 19, 2005 Posted April 19, 2005 HELP I cant set chmod 444 at configure.php by my FTP-program. I got warning msg says my config file is writeble. my webhost says I need to do it by chmod in php. Please help me to create this file and tell me were I should upload it...
Nocturnaloner Posted April 19, 2005 Posted April 19, 2005 HELPI cant set chmod 444 at configure.php by my FTP-program. I got warning msg says my config file is writeble. my webhost says I need to do it by chmod in php. Please help me to create this file and tell me were I should upload it... <{POST_SNAPBACK}> You're going to need administrative access to your hosting account, such as cpanel. Ask tech support at your isp how to do this.
♥Vger Posted April 19, 2005 Posted April 19, 2005 Create a new txt file, and click Save As, and save as "chmod.php" (with the double quotes). You now have a blank php page. Into this put <? php chmod ("configure.php", 0400); ?> Upload it to your 'includes' folder where the configure.php file is, and then type into your browser http://www.yourdomain.com/includes/chmod.php That should do it. Not sure however if it needs a forward slash before configure.php Once it's done don't leave the chmod.php file on your server. Vger
norrgarden Posted April 19, 2005 Author Posted April 19, 2005 when I want to open chmod.php into my browser i get this result: Parse error: parse error, unexpected T_STRING in /customers/stallnorrgarden.se/stallnorrgarden.se/httpd.www/catalog/admin/includes/chmod.php on line 2
Recommended Posts
Archived
This topic is now archived and is closed to further replies.