Hello.., when installing FuelPHP using XAMPP on localhost, Fuel goes well. But I'm having trouble installing FuelPHP 1.7.1 on remote server. I follow the instruction but kinda confused. This is what I do:
I downloaded the zip file and then extract everything to /public_html/upa. I wish I could access it by typing http:://domain.com/upa/public like when developing the app in XAMPP. BUt I get "Internal server error"
I try to read documentation about Installing inside docroot. so I move everything in /public_html/upa/public to /public_html/upa and then editing the file index.php
I Try to access it via http:://domain.com/upa/ and still get the internal server error. and the server error log says
[Tue Apr 29 09:28:10 2014] [error] [client x.x.x.x SoftException in Application.cpp:256: File "/home/xxx/public_html/upa/index.php" is writeable by group
What should I do to make fuel working? Thank you for any advices.