I am trying to open index.php instead of index.html if it is there when I enter the IP address of the webserver. I have put DirectoryIndex index.php in /etc/apache2/httpd.conf and it hasn’t worked.
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Hi @amiraAngler,
This might be a dumb question but did you remember to restart Apache after the changes you did?
One other thing, the changes for the DirectoryIndex should be made in
/etc/apache2/mods-enabled
In the dir.conf file. Can you try making them there and restarting apache afterwards to see if this would help you out?Regards, KFSys