I have apache setup with:
Options Indexing Include
as well as:
DirectoryIndex index.html index.php
But when I type in my url (i.e.
http://www.myurl.com/)
where the file in that directory is index.php
It spits out the php as plain text.
Anyone know what I'm doing wrong?
Also if I type in
http://www.myurl.com/index.php
that works fine and php parses the file.