URL masking in php?

南笙酒味 提交于 2019-12-12 01:17:48

问题


I have a link which is like this:

www.domain.com/index.php?var=string1&var2=string2

I want to mask the url to become something like:

www.domain.com/index.php, or its best to be like this:

www.domain.com

I tried google, I found some methods:

  1. Using iframe

  2. using frameset

  3. Mod_rewrite

I am using php, IIS and mysql, my server is windows server 2003. Which method works best with my server? And how do I mask the URL???


回答1:


Check the Microsoft URL Rewrite Module for IIS.



来源:https://stackoverflow.com/questions/1371437/url-masking-in-php

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!