diff options
| author | Yasutake Yohei <61961825+yasutakeyohei@users.noreply.github.com> | 2026-06-25 22:56:57 +0900 |
|---|---|---|
| committer | Yasutake Yohei <61961825+yasutakeyohei@users.noreply.github.com> | 2026-06-25 22:56:57 +0900 |
| commit | 91d404798e046f4784deadc82b629235e79cc127 (patch) | |
| tree | eb858fdda8df332c8eab8a2f4ae6e0169cd2731f /public/.htaccess | |
| parent | d17699ec5456bd02e6822d55ebdcb59ed0ed4724 (diff) | |
.htaccess: 旧ブログのWhisper記事から新ページへの301リダイレクトを追加
C:/Program Files/Git/blog/moji-okosi-whisper-surprised/ → /whisper-to-ai-moji-okoshi/
Diffstat (limited to 'public/.htaccess')
| -rw-r--r-- | public/.htaccess | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/public/.htaccess b/public/.htaccess index 59321cb..11d018d 100644 --- a/public/.htaccess +++ b/public/.htaccess @@ -104,3 +104,10 @@ RewriteRule ^books/dyslexia/about-a11y\.html$ /about-dyslexia/ [R=301,L] # --- 旧mdbookのサブディレクトリ以下はすべて一括転送(万一の漏れ防止)--- RewriteRule ^books/dyslexia/(.*)$ /about-dyslexia/ [R=301,L] + +# ============================================================ +# 旧ブログ → 新Starlight へのリダイレクト +# ============================================================ + +# --- Whisper文字起こしの記事 --- +RewriteRule ^blog/moji-okosi-whisper-surprised/?$ /whisper-to-ai-moji-okoshi/ [R=301,L] |
