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]