не index.htm а index.php

Ajax

Guest
не index.htm а index.php

как сделать чтобы при набирании например www.sayt.ru автоматически сервер обращался не к index.html а например index.php ??? что наджа написать в .htaccess ??? какая директива?
 

Romantik

TeaM PHPClub
как вариант index.html

<html>
<head>
<meta http-equiv="Refresh" content="0; URL=index.php">
</head>
<body>
<p>You are now being redirected to the <a href="index.php">correct page</a>.</p>
</body>
</html>
 
Сверху