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://domain.com/abc创建的http://domain.com/
谢谢你。
在你的 apache conf 中试试这个:
RewriteEngine On RewriteRule /$ http://domain.com/abc [QSA,L,P]