.htaccess を用いたリダイレクト
A.htmlへのアクセスを
B.phpに転送する
一定の場所に.htaccessをおくだけで A.html へのアクセスが自動的に B.php に転送されます。
.htaccess でリダイレクト
RedirectPermanent URL-path URL
使用例
ブログフォルダにあるblog.htmlをサイトのトップページにする場合
RedirectPermanent /blog/blog.html http://user-domain/index.php