Si tu hosting es UNIX y te permite utilizar el fichero .htaccess puedes hacerlo incluyendo lo siguiente en dicho fichero:
Código:
Options -Indexes -Includes
RewriteEngine on
RewriteRule ^$ /PHP/index.php [L]
RewriteRule ^index\.html$ /PHP/index.php [L]
RewriteRule ^index\.php$ /PHP/index.php [L]