全文検索:
- 2025.02.08 Redirects with #
- </code> ===== Solution ===== Use an intermediate HTML file and redirect via JavaScript. <code|.htacces... UEST_URI} ^/hoge/page1 RewriteRule ^ /hoge2_page1.html [R=302,L] </code> <code|hoge2_page1.html> <script> window.location.href = "/hoge2#page1"; </script> <