Can someone please advise on the following ...
Currently all 'top-level' HTTP visitors are forced to HTTPS by means of an entry in the .htaccess file, like this:
[root]# more .htaccess
RewriteEngine On
RewriteCond %{HTTPS} !=on
RewriteRule ^/?(.*) [R,L]
In addition to this, I would like visitors to specific subpages to be redirected to a completely different server.
For example:
should be re-direted here:
Thanks for any help
Best regards
Currently all 'top-level' HTTP visitors are forced to HTTPS by means of an entry in the .htaccess file, like this:
[root]# more .htaccess
RewriteEngine On
RewriteCond %{HTTPS} !=on
RewriteRule ^/?(.*) [R,L]
In addition to this, I would like visitors to specific subpages to be redirected to a completely different server.
For example:
should be re-direted here:
Thanks for any help
Best regards