When I access the localhost and select a project, it redirects me to a page that says "Unable to access this website, it was not possible to find the IP address of the site1 server". It is assumed that when I select a project the index.php should be opened by default, but it should not.
Does anyone know how to fix it?
Here I leave a part of my httpd.conf related to this problem:
#DirectoryIndex: sets the file that Apache will serve if a directory
#is requested.
#
<IfModule dir_module>
DirectoryIndex index.php index.php3 index.html index.htm
</IfModule>
#
Does anyone know how to fix it?
Here I leave a part of my httpd.conf related to this problem:
#DirectoryIndex: sets the file that Apache will serve if a directory
#is requested.
#
<IfModule dir_module>
DirectoryIndex index.php index.php3 index.html index.htm
</IfModule>
#