I was using a web page written with "php". Now I am using a new one with ".net". Old files do not exist any more. On twitter I have old post with links to my old site, like:
http://www.company.com/index.php?Sayfa=sayfahtml&Id=2334&Lang=TR
When someone clicks on this link over twitter, they got "404 file not found error". I want to redirect these old urls to new ones, like:
http://www.company.com/default.aspx?nsw=bsifuBjKuCA==-H7deC+L
Can you help me to solve this issue?
P.S:
I can redirect http://www.company.com/index.php to any page I want. But when I put some parameters behind index.php with "?" I can not redirect anymore.
<rules><rule name="bir" stopProcessing="true"><match url="^index.php" /><action type="Redirect" url="http://www.company.com/default.aspx?nsw=bsifuBjKuCA==-H7deC+" /></rule></rules>