So I have a codeigniter project https://www.emaniomedia.com which is working on a hosting service.
I thought to move to AWS and configured a free tier of Ubuntu 12 (64 bits). Can access
http://54.235.217.168
So I can navigate site with having ‘index.php’ in URL . But when I am doing a post ($this->input->post and/or $_POST) then not getting value in controller
This same project working fine in hosting but not on my ubuntu EC2 instance.
Can anyone please help me
Thanks