I had recently installed Apache, PHP and MySQL in Ubuntu. And copied the files I created to the var/www
directory. But when I open http://localhost
it is showing
Warning: Unknown: failed to open stream: Permission denied in Unknown on line 0
Fatal error: Unknown: Failed opening required '/var/www/index.php' (include_path='.:/usr/share/php:/usr/share/pear') in Unknown on line 0
How can I run my project normally? It was working fine in windows.
index.php
to 777 and see if that helps. – Nick Pickering