-4

.htaccess ファイルでどのように変更しますか??

http://www.mydomain.com/index.htm すべてのリダイレクト先: http://www.mydomain.com/

4

1 に答える 1

0
Options +FollowSymLinks
DirectoryIndex index.php 
RewriteEngine On
RewriteBase /
RewriteCond %{THE_REQUEST} /index.php
RewriteRule ^index.php$ http://www.mydomain.com/ [R=301,L]
于 2013-05-03T11:15:23.030 に答える