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.
我有一个这样的链接:
www.domain.com/index.php?var=string1&var2=string2
我想掩盖 url 变成这样的东西:
www.domain.com/index.php,或者最好是这样的:
www.domain.com
我尝试了谷歌,我找到了一些方法:
使用 iframe
使用框架集
Mod_rewrite
我正在使用 php、IIS 和 mysql,我的服务器是 windows server 2003。哪种方法最适合我的服务器?以及如何屏蔽网址???
检查IIS 的 Microsoft URL 重写模块。