|
Enter a redirect rule in Services->->->.
For example: To redirect visitors requesting http://www.mydomain.com/secret/someapp.php to https://www.mydomain.com/secret/someapp.php
enter the following redirect rule:
Match Type: "prefix"
Match: /secret/
Redirect externally to: http://www.mydomain.com/secret/
This will redirect any request for resources in /secret/ to the HTTPS site.
Note that the protocol and server address is required in the redirect to field. It can be any address including https://www.myotherdomain.com/secret/deep/in/the/directory/tree/
in which case a request for http://www.mydomain.com/secret/someapp.php will be redirected to https://www.myotherdomain.com/secret/deep/in/the/directory/tree/someapp.php.
More advanced redirects are available using regular expressions see *redirect* in the manual or click *help* in the upper
menu when you are on the server page.
|