我如何更改.htaccess文件??
http://www.mydomain.com/index.htm 全部重定向到: http://www.mydomain.com/
答案 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]