Welcome Guest, Not a member yet? Register   Sign In
Codeigniter Website Showing Blank Page in AWS Elastic Beanstalk
#5

(This post was last modified: 05-16-2017, 07:39 AM by spjonez.)

base_url should not include myAppFolder it should just be your domain name with a trailing /. If your index.php is not in a folder in the bundle you are pushing, go to you EB config -> software configuration and set the following;

document root: /
environment properties: key CI_ENV value production

On the server this is where your files are:

/var/app/current/index.php
/var/app/current/.htaccess
/var/app/current/myAppFolder
/var/app/current/myAppFolder/system
...

Apache serves /var/app/current + your document root set in the control panel.
Reply


Messages In This Thread
RE: Codeigniter Website Showing Blank Page in AWS Elastic Beanstalk - by spjonez - 05-16-2017, 07:35 AM



Theme © iAndrew 2016 - Forum software by © MyBB