soapwholesaler Posted July 28, 2010 Posted July 28, 2010 I have been struggling for days to get my OSC website running. I have spoken to my host for the umpteenth time and now they tell me OSC isn't configured to run on Zeus! What do I need to change for it to work. I can't even get to the install (Access Denied). My knowledge of OSC is very limited so please write slowly
♥geoffreywalton Posted July 28, 2010 Posted July 28, 2010 What is a zeus server? G Need help installing add ons/contributions, cleaning a hacked site or a bespoke development, check my profile Virus Threat Scanner My Contributions Basic install answers. Click here for Contributions / Add Ons. UK your site. Site Move. Basic design info. For links mentioned in old answers that are no longer here follow this link Useful Threads. If this post was useful, click the Like This button over there ======>>>>>.
AngelicAromas Posted July 28, 2010 Posted July 28, 2010 What is a zeus server? G Namesco is the host of my site and they use Zeus web servers
soapwholesaler Posted July 29, 2010 Author Posted July 29, 2010 With the help of our host I have got the website working but I can't get rid of this in pink at the top of my website: Warning: I am able to write to the configuration file: /path_to/includes/configure.php. This is a potential security risk - please set the right user permissions on this file. It is set to 644 but the message still appears, I have tried 444 and 400 but it changes it to 644 and 600 respectively, how to I maki it secure?
Jan Zonjee Posted July 29, 2010 Posted July 29, 2010 With the help of our host I have got the website working but I can't get rid of this in pink at the top of my website: Warning: I am able to write to the configuration file: /path_to/includes/configure.php. This is a potential security risk - please set the right user permissions on this file. It is set to 644 but the message still appears, I have tried 444 and 400 but it changes it to 644 and 600 respectively, how to I maki it secure? I understood from other posters that often this setting cannot be made with your FTP program but has to be done though a console. If you are 110% sure it is not a writeable file you can remove the warning most likely by changing the define for WARN_CONFIG_WRITEABLE to false (includes/application_top.php, bottom of the file). // set which precautions should be checked define('WARN_INSTALL_EXISTENCE', 'true'); define('WARN_CONFIG_WRITEABLE', 'true');
soapwholesaler Posted July 30, 2010 Author Posted July 30, 2010 If you are 110% sure it is not a writeable file you can remove the warning most likely by changing the define for WARN_CONFIG_WRITEABLE to false (includes/application_top.php, bottom of the file). // set which precautions should be checked define('WARN_INSTALL_EXISTENCE', 'true'); define('WARN_CONFIG_WRITEABLE', 'true'); Is it safe for me to do this? Will it leave a security risk on my site? This is the code I can enter: Owner 6 Read and write Group 4 Read only Others 4 Read only If I continue with it will it leave my website open to hacking?
Recommended Posts
Archived
This topic is now archived and is closed to further replies.