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.
file.php
include('site.html');
site.html
<a href='folder/hello.html'>Link</a>
Link にカーソルを合わせると、ステータスバーに folder/hello.html と表示されます。代わりに hello.html を表示するにはどうすればよいですか? site.html を変更できません。
file.phpをに置き換えてみてinclude('site.html');はどうでしょうか。<a href='hello.html'>Link</a>
<a href='hello.html'>Link</a>