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.
次のように URL を書き換えるにはどうすればよいですか。
http://subfoo.foo.com/ --> http://subfoo.foo.com/Pages/Home.aspx
次のように簡単にする必要があります。
RewriteEngine on RewriteBase / RewriteRule ^$ Pages/Home.aspx [NC,L]