Currently I am redirecting ALL exxoshost URLs to exxosforum. However this is causing a problem with the site certificates because the exxoshost URL redirects to a exxosforum URL where the URL now incorrect :roll:
EG:
Code: Select all
getssl: for some reason could not reach http://exxosforum.co.uk/.well-known/acme-challenge/pmYWsIba5dGZCode: Select all
<IfModule mod_ssl.c>
<VirtualHost *:443>
ServerName exxoshost.co.uk
ServerAlias www.exxoshost.co.uk
DocumentRoot /var/www/html/
SSLEngine on
Redirect permanent / https://exxosforum.co.uk/
</VirtualHost>
</IfModule>So is there any way to exclude the ".well-known/" Path from the redirect ?
Or alternatively only redirect folders such as exxosforum.co.uk/atari/ and exxosforum.co.uk/forum/ ? Could possibly be better I guess :shrug:
