hi, I had this kind of problem before this due to Selinux context, you
must follow the instruction in the selinux notification or launch it
if it's not luanched automatically.

make right click on your cake directory you find in permission that
selinux context is user_data (if i remember), change it to
httpd_sys_content_t (somtehing like that) with this command :
restorecon -R -v '/var/www/html/cake/'

i hope it will work cauz iam not on linux right now (windows) but
visit this link http://docs.fedoraproject.org/ go to SELinux 3.6.12
Managing Confined Services pdf document of 90 pages.
i hope it will help you and read other documents. I recommand the
linux in nutshell 6th edit book to start with linux is my best book
about ths subject.

if you are in php5.3 there's instruction to  uncomment (in cake1.3 or
1.2.5) to fix the time zone error message read the comments in cake/
app/config/core.php line 239 uncomment this date_default_timezone_set
('UTC');

On 25 jan, 22:05, dsullivan2000 <webmas...@equip.org> wrote:
> I am trying to set this up in my /var/www/html folder on my Fedora 12
> installation (I have only been using Linux for a bout a week).  I have
> 755'ed everything, and all permissions look fine, yet when I try to
> accesshttp://localhost/cake, I am given 403 errors.  I am having the
> exact same problem with CodeIgniter as well.  Any recommendations?

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en

Reply via email to