Guest Posted April 27, 2006 Posted April 27, 2006 how can i make config.php r/O on a local playaround system (XP with Apache). .htaccess does not work, setting the fiel to R/O with explorer neither. What is the right procedure? Thanks for your help. Michel
♥Vger Posted April 27, 2006 Posted April 27, 2006 Go to file, right-click, select Properties, tick the Read Only Box and save. If that doesn't work then there's something wrong with your server permissions. Vger
Guest Posted April 30, 2006 Posted April 30, 2006 Go to file, right-click, select Properties, tick the Read Only Box and save. If that doesn't work then there's something wrong with your server permissions. Vger I does not work, OSC still pretends it can write. Thanks anyway it's not that critical.
AlanR Posted April 30, 2006 Posted April 30, 2006 I does not work, OSC still pretends it can write. Thanks anyway it's not that critical. Turn off the warning. includes/application_top.php // set which precautions should be checked define('WARN_INSTALL_EXISTENCE', 'true'); define('WARN_CONFIG_WRITEABLE', 'true'); define('WARN_SESSION_DIRECTORY_NOT_WRITEABLE', 'true'); define('WARN_SESSION_AUTO_START', 'true'); define('WARN_DOWNLOAD_DIRECTORY_NOT_READABLE', 'true'); Local: Mac OS X 10.5.8 - Apache 2.2/php 5.3.0/MySQL 5.4.10 • Web Servers: Linux Tools: BBEdit, Coda, Versions (Subversion), Sequel Pro (db management)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.