If disable file visiting, in .htaccess
Options All -Indexes
If allow file visiting, create file index.php
<?php header('Location: /index.php'); exit(); ?>
(optional)in .htaccess
DirectoryIndex index.php
If disable file visiting, in .htaccess
Options All -Indexes
If allow file visiting, create file index.php
<?php header('Location: /index.php'); exit(); ?>
(optional)in .htaccess
DirectoryIndex index.php