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:
Using iframe
using frameset
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???
Check the Microsoft URL Rewrite Module for IIS.