Jean-Baptiste
Well-known member
Hello,
I have a quite strange problem with LiteSpeed (CentOS).
I would like to canonicalize some pages, so I added that to my htaccess :
The problem is that when I check my headers, I'm receiving the exact same string as above :
That means that my web server is not parsing my variables in this instruction.
Best regards;
cc @Slavik , @lsmichael
I have a quite strange problem with LiteSpeed (CentOS).
I would like to canonicalize some pages, so I added that to my htaccess :
Code:
Header set Link '<http://%{HTTP_HOST}e%{REQUEST_URI}e>; rel="canonical"'
The problem is that when I check my headers, I'm receiving the exact same string as above :
<http://%{HTTP_HOST}e%{REQUEST_URI}e>; rel="canonical"
That means that my web server is not parsing my variables in this instruction.
- In the same .htaccess files, all my Rewrite rules are working fines, with variables.
- I tried the same instruction under apache2 localhost and it's working.
Best regards;
cc @Slavik , @lsmichael