.htaccess文件中需要哪些更改?

时间:2013-05-03 11:05:34

标签: .htaccess

我如何更改.htaccess文件??

http://www.mydomain.com/index.htm 全部重定向到: http://www.mydomain.com/

1 个答案:

答案 0 :(得分:0)

Options +FollowSymLinks
DirectoryIndex index.php 
RewriteEngine On
RewriteBase /
RewriteCond %{THE_REQUEST} /index.php
RewriteRule ^index.php$ http://www.mydomain.com/ [R=301,L]