0

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 Answers1

3

Check the Microsoft URL Rewrite Module for IIS.

Havenard
  • 27,022
  • 5
  • 36
  • 62