全文検索:
- 2025.02.08 Redirects with #
- an intermediate HTML file and redirect via JavaScript. <code|.htaccess> RewriteCond %{REQUEST_URI} ^/... l [R=302,L] </code> <code|hoge2_page1.html> <script> window.location.href = "/hoge2#page1"; </script> </code> {{tag>Diary .htaccess}}