在我的站点根目录中。有donghua.php和index.php。现在,有没有办法使用.htaccess文件让访问者访问我的网站。默认显示example.com/donghua.php。不是example.com/index.php。谢谢你。服务器是 Apache。
ps:用户仍然可以访问example.com/index.php 
我DirectoryIndex donghua.php在.htaccess 中使用。默认页面没问题。但是当我访问example.com/index.php它时重定向到example.com/donghua.php. 如果我禁止它重定向我该怎么办?