Thanks! That got it. When I did that, I got the "configure.php is readable" warning..but running the chmod.php script in my base directory
<?php
chmod("includes/configure.php", 0444);
chmod("admin/includes/configure.php", 0444);
echo 'Completed'
?>
fixed that right up. Thank you so much!



