Hello guys, sorry for posting here. I can't see an iis server cat here. My question is, how are you going to redirect the dynamic url to static url in webconfig. ex. site(dot)com/news.aspx?1 to site(dot)com/news/post-number-one Hope someone can help with this problem.
This may helps RewriteEngine on RewriteCond %{HTTP_HOST} ^domain\.com$ [OR] RewriteCond %{HTTP_HOST} ^www\.domain\.com$ RewriteRule ^dynamic\-url\.php?id=43$ "http:\/\/static\/page\/url\/inserted\/here" [R=301,L]