Tagged Questions

1
vote
0answers
368 views

iis 7 relative redirect with get parameters

I have a http redirect in iis7 to send request to another domain. If url is something like http://www.example.com/news/ it's ok but if i try http://www.example.com/news/?id=3 then get parametes is ...
1
vote
3answers
2k views

Setting up HTTP Redirect for SEO in IIS7

I want all requests to http://mydomain.com to be 301 redirected to http://www.mydomain.com for SEO purposes. In order to do this, can I use IIS7's HTTP redirect method? I tried setting the HTTP ...
0
votes
1answer
86 views

IIS Default Redirect

In IIS7, if the default redirect at the website level is a relative path, how to make the default redirect is on https and not http. Currently if the host is: abc.com and the login page is ...
0
votes
2answers
189 views

How To Check IIS 7 HTTP Redirects [closed]

We have a webserver running Windows Server 2008 and IIS7 that has had updates upon updates for years on it. Some sub-folders and files have http redirects to other URLs, created with the HTTP Redirect ...
0
votes
2answers
286 views

What is the recommended method of HTTP Redirection from multiple URLs to one URL?

I have a website that has a number of URLs that people use to connect to that site (uses the bindings on the IIS website and everything works as intended): http://www.sample.com http://sample.com ...