Question
How do I redirect the server to index.php instead of index.html in Ubuntu 18.04
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.
×