wasn't too sure of where to post this thread. and well, we get plenty of traffic in here so.
on to my problem. im brand new to linux, managed to get a minimal install of fedora core 2 going. from there, ive also managed to install mysql4.1.11, apache2.0.53, and php5.0.4 all from source.
these are all working (though i had a little trouble with mysql).
now, my directory structure looks something like.
htpdocs
--core
----corecms
------front
----coreframework
info.php
this ip of this machine is 10.1.1.5, so if i go to http://10.1.1.5 i get a a page displaying the directory of /
which shows a folder called core, and a file phpinfo.php. clicking on the phpinfo file brings up the page generated by phpinfo(). all is well.
however, if i click on the core dir i get the following error.
You don't have permission to access /core/ on this server.
Additionally, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the request
if i then try to go past this and into my cms by typeing http://10.1.1.5/core/corecms/front/index.php i get the same error.
all files anb directories inside and including the htdocs directory have these permissions.
-rw-rw-r--
and are owned by root, but have group access to thorpe (my account)
as i say... im a complete newbie to linux, so ive no idea what im talking about. but this is seems to be some sort of permisions issue. just wondering if there is something in my httpd.conf file i need to change in order to be able to go into direcories contained in my htdocs root.
all files i put in htdocs seem to work.
much appreciated.