I have a website that I don't want to be used over HTTP. How can I make Apache redirect all HTTP requests to https://mysite?
feedback
|
|
In the config for your port 80
If you want to keep the url path that was entered, you can do this instead:
| |||||||||
feedback
|