I have a web application developed using codeigniter and it worked fine in my previous server now I changed my server and when I am trying to run the web application there is nothing but a blank screen.
When I am trying to open the existing link http://mydomain.com/MyProject1/ It's a valid link but its showing me a blank page.
When I am trying to open another existing link mydomain.com/MyProject1/login/ This too a valid link but its displaying just a blank page.
Just for a test I tried some wrong link http://mydomain.com/MyProject1/test It's showing 404 error.
So, must be the code is running fine but pages are not being displayed. It's only showing blank page.
How can I fix this issue?