全文検索:
- 2025.02.08 #付きのリダイレクト
- /hoge2#page1 [R=302,L] </code> ===== 対応方法 ===== htmlを経由して、Javascriptでリダイレクトしてあげる。 <code|.htaccess> Re... UEST_URI} ^/hoge/page1 RewriteRule ^ /hoge2_page1.html [R=302,L] </code> <code|hoge2_page1.html> <script> window.location.href = "/hoge2#page1"; </script> <