Quote:
|
Originally Posted by Revenant
go to your ftp, right-click on phpaccess.php and press properties / CHMOD ... type 777 into the text field.
|
Thanks for the quick reply Rev. I don't use FTP - I do it manually through my control panel. This is what the top section looks like:
<!--
++++++++++++++++++++++++++++++++++++++++++++++++++ +++++++++
+ PHPAccess 1.05 -
+ Administration of
+ Password protection for WWW-directories by HTAccess
++++++++++++++++++++++++++++++++++++++++++++++++++ +++++++++
Copyright (C) 2003 Christian Leberfinger
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-->
<?php
/**********************/
/* FILE-PERMISSIONS */
/**********************/
/* Directory : 0775 */
/* Script : 0777 */
/**********************/
I'm assuming it has something to do with the part just above this sentence but I really have no idea. Any thoughts?
Thanks!