Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私のホームページは "www.website.com/index.html#home" に表示されるように設定されています。
ユーザーが「www.website.com」と入力するだけで「www.website.com/index.html#home」が読み込まれるようにするにはどうすればよいですか?
htaccess を使用して書き換える または、index.php を使用して header("location:index.html#home");