index.htmlがindex.phpに変更したら、index.htmlでリンク貼られたり、ブックマークされてたらまずいっすよね。
1 2 3 4 5 6 |
DirectoryIndex index.php index.html index.cgi <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.html?$ / [NC,R,L] </IfModule> |
これを、indexのあるところにUPで解決です。