1
vote
1answer
373 views

IIS - HTTP Redirect all requests for one virtual directory to another

How do I set up an HTTP Redirect rule to redirect all requests for a virtual directory to another virtual directory, when I don't know the hostname or complete URL, and cannot use the URL Rewrite ...
6
votes
3answers
285 views

When redirecting from http to https in a shop site, which status code should I use?

On a shop website, when "Pay now" is clicked we perform a header redirection to the same URL, just an SSL secured https version. In such a common scenario, should we use a permanent (301), a ...
2
votes
1answer
866 views

Several sub domains pointing to one folder. Fasthosts problem

I have a ASP.net website e.g. www.website.com. The idea is that you will go to the URL 'yourname.website.com' and my site will request the name from the sub domain, process it and change the content ...