12
rated 0 times
[
12]
[
0]
/ answers: 1 / hits: 8196
/ 2 Years ago, fri, june 18, 2021, 4:41:34
As you can see my website has an index.php
file but it is not opening it by default.
I have edited /etc/apache2/mods-enabled/dir.conf
. Here is the file's content:
<IfModule mod_dir.c>
DirectoryIndex index.php index.html index.cgi index.pl index.xhtml index.htm
</IfModule>
The issue happens only with this folder. All other folders open their index.php
files properly.
More From » 18.04