unable to display index.php

Posted by user1683645 on Ask Ubuntu See other posts from Ask Ubuntu or by user1683645
Published on 2012-11-22T02:08:35Z Indexed on 2012/11/22 5:12 UTC
Read the original article Hit count: 198

Filed under:
|

I'm trying to load a website I've development and transferred from windows to ubuntu. I've installed apache2/php5/mysql and I've confirmed that it works by using the default index.html file displaying something like "It Works!". I've also created arbitrary folder containing some php file that I've run in firefox and it was displayed. But when I try to run my projects index.php I get a blank screen. I've consulted mirc about this and they say that it has to do with file permission. I've chcked the file permission on my index.php file and it is owner : rw r , group : r, others : read-only and execute is unchecked.

What am I doing wrong?

© Ask Ubuntu or respective owner

Related posts about apache

Related posts about php