Hello,
We would like to use the Apache directive "UseCanonicalName Off". Is the equivalent setting available in litespeed? I tried to use "UseCanonicalName Off" in .htaccess and in the "apache style configuration" field, but with no success.
Short background explanation: We use a reverse proxy in front of our sites. This proxy is the HTTPS endpoint and the connection between the proxy and the origin server with litespeed is HTTP. If a client now requests an URL like
litespeed does an automatic redirect to
This is not a problem for normal users, as the reverse proxy redirects again to https, but apparently the Google spider does not like it.
Any ideas?
Thanks
Daren
We would like to use the Apache directive "UseCanonicalName Off". Is the equivalent setting available in litespeed? I tried to use "UseCanonicalName Off" in .htaccess and in the "apache style configuration" field, but with no success.
Short background explanation: We use a reverse proxy in front of our sites. This proxy is the HTTPS endpoint and the connection between the proxy and the origin server with litespeed is HTTP. If a client now requests an URL like
Code:
https://www.domain.tld/path
Code:
http://www.domain.tld/path/
Any ideas?
Thanks
Daren