Tagged Questions
0
votes
1answer
48 views
IIS Rewright from “www” to “https”
If I use "mywebsite.com" IIS will do as expected and redirect it to "https://mywebsite.com".
If I use "http://mywebsite.com" IIS will do as expected and redirect it to "https://mywebsite.com".
...
1
vote
1answer
150 views
dynamically rewrite URLs upon the user's selection - is it possible?
In my PHP based web application, there's a form that generates a URL according to the user's selection.
The form has 7 different fields, each one of them affects the final URL, none of them is ...