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]