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://sound-booth.com/profile/?id=1
http://sound-booth.com/profile/?id=1
在 .htcaccess 文件的帮助下,我想让链接看起来像这样:http://sound-booth.com/profile?id=1
http://sound-booth.com/profile?id=1
问题是,我不知道一盎司的.htcaccess。介意花一点时间来帮助我吗?
这一定是http://sound-booth.com/profile/someFile.html?id=1因为您在?. 它必须默认为 index.html 或 home.html 或其他东西。
http://sound-booth.com/profile/someFile.html?id=1
?