There is apache server with installed php. All php files are executed correctly and display html content. But I have an only problem with index.php. Page like http://localhost/folder/ displays correctly executed index.php, but http://localhost/folder/index.php shows a source.
What the problem it could be?