![]() |
Help! CI Permissions problem - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23) +--- Thread: Help! CI Permissions problem (/showthread.php?tid=40895) |
Help! CI Permissions problem - El Forum - 04-21-2011 [eluser]Spirit986[/eluser] So i have installed CI on my XAMPP - running on Ubuntu.. but it gives me an error Quote:Access forbidden! ...unless i give full right permissions executing chmod ugo=rwx I consider this as a security hole... What should be the minimal seting for chmod so that CI can work properly? Help! CI Permissions problem - El Forum - 04-21-2011 [eluser]InsiteFX[/eluser] Try 750 Help! CI Permissions problem - El Forum - 04-22-2011 [eluser]Spirit986[/eluser] Thanx for the replay... but it still gives me the error... :S Posting an update of what i did: Code: spirit@RiXZ:/opt/lampp/htdocs$ sudo chmod -R 750 CodeIgniter_2.0.2/ Server error: Quote:Access forbidden! Any sugestions? Help! CI Permissions problem - El Forum - 04-22-2011 [eluser]danmontgomery[/eluser] Add the apache user to the spirit group, or change ownership of the files so apache has access. |