Report this

What is the reason for this report?

How do I redirect the server to index.php instead of index.html in Ubuntu 18.04

Posted on July 29, 2020

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.



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

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

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.