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.
実際にhttp://dir/subdir/subdirにいるときに、ブラウザのロケーションバーにhttp://dir/を表示したい。
それ、どうやったら出来るの?前もって感謝します!
http://yourdomain.com/dir/これにより、アドレス バーに入力して、通常は に表示されるコンテンツを取得できhttp://yourdomain.com/dir/subdir/subdir/ます。
http://yourdomain.com/dir/
http://yourdomain.com/dir/subdir/subdir/
RewriteEngine on RewriteRule ^/dir /dir/subdir/subdir
これは、あなたの望むことですか?そうでない場合は、明確にしてください。