avalonindigo Posted February 8, 2007 Share Posted February 8, 2007 Methinks I will be using this site alot as you all tend to be very nice and understanding Nehoos, i have FINALLY installed a login script onto my 'website in the making' and after 3 days and about 12 hours, I have it working......kind of :'( SEE LOGIN HERE: www.divinehorse.com/main.php Now, everything is working (there are a few things I need to work on but the gist of it is working and such) apart from the Admin Center. The Admin Center files are in a folder called 'ADMIN' in my public_html file (this is how it was uploaded and coded) but when I try to access the Admin Center i get this error page: Forbidden You don't have permission to access /admin/admin.php on this server. Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request. -------------------------------------------------------------------------------- Apache/1.3.37 Server at www.divinehorse.com Port 80 I have tried moving admin.php to my main folder, but this just brings up database errors. The permissions on this folder are set for everything, but still it wont let me access it. ??? ??? ??? PLEASE help....this is the only thing that dont work and I'm gutted. I got so far for my very first understanding of a script. I just one step away and its doing my head in Cheers Avie Link to comment https://forums.phpfreaks.com/topic/37625-solved-really-need-a-little-help-please/ Share on other sites More sharing options...
trq Posted February 8, 2007 Share Posted February 8, 2007 This is a permissions issue. What are the permissions on the ADMIN directory and its contents? Link to comment https://forums.phpfreaks.com/topic/37625-solved-really-need-a-little-help-please/#findComment-179960 Share on other sites More sharing options...
obsidian Posted February 8, 2007 Share Posted February 8, 2007 You said your folder is set up to be accessible, but how about your admin.php file itself? Check your file permissions on the files within the directory to make sure it's accessible via the web, too. Good luck! *DOH* - thorpe beat me to it again Link to comment https://forums.phpfreaks.com/topic/37625-solved-really-need-a-little-help-please/#findComment-179962 Share on other sites More sharing options...
avalonindigo Posted February 8, 2007 Author Share Posted February 8, 2007 these are the permissions: admin Mode User Group World Read yes yes yes Write yes yes yes Execute yes yes yes Permission 7 7 7 Link to comment https://forums.phpfreaks.com/topic/37625-solved-really-need-a-little-help-please/#findComment-179974 Share on other sites More sharing options...
trq Posted February 8, 2007 Share Posted February 8, 2007 That means nothing to me. The files normally need to be in the apache group. What is the output of... ls -l ? Link to comment https://forums.phpfreaks.com/topic/37625-solved-really-need-a-little-help-please/#findComment-179977 Share on other sites More sharing options...
avalonindigo Posted February 8, 2007 Author Share Posted February 8, 2007 I do appologise if I'm sounding a bit dumb when i say i dont understand how to implement that code I have just noticed though that all my other files have 755 next to them, when the admin folder is 700 (now i know this is not a php issue so i am sorry if totally off subject ) Avie Link to comment https://forums.phpfreaks.com/topic/37625-solved-really-need-a-little-help-please/#findComment-179981 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.