CodeIgniter Forums
403 error when moving from localhost to QA server - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived General Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=21)
+--- Thread: 403 error when moving from localhost to QA server (/showthread.php?tid=43289)



403 error when moving from localhost to QA server - El Forum - 07-06-2011

[eluser]EmmyS[/eluser]
I've looked in the forums but haven't found any answers. I have a CI 2.0.2 app that I developed locally in MAMP. It works perfectly. I copied the entire CI install up to our QA server, and am getting 403 Forbidden errors on every single page (even the default.) The file permissions are the same as all our other (non-CI) apps on that server. We don't have a .htaccess file on the server anywhere, aside from the ones in the CI install. I've renamed those files so they shouldn't be causing any access errors, but I still can't get at any of my pages.

Can anyone point me in the right direction? I really don't know where else to look at this point.


403 error when moving from localhost to QA server - El Forum - 07-06-2011

[eluser]EmmyS[/eluser]
Just as an FYI - the directory did not have the permissions I thought it had. Setting it to 755 fixed the issue.