polle
Active member
Hello, I moved my site to https and I have some problems. (XenForo 1.5.12)
https://site.com - works fine
https://site.com/forum - does not work (here is Xenforo installed)
I already changed the board URL and added the following to htaccess.
A strange thing. The only thing that works with https (this site is secure) is when I view an image from Xenforo Gallery and thats it. (Not the full gallery or category, just in a single image)
Main forum, nodes, threads, etc... All of them fail.
What can the problem be and how can I fix it ?
Thank you.
https://site.com - works fine
https://site.com/forum - does not work (here is Xenforo installed)
I already changed the board URL and added the following to htaccess.
Code:
RewriteCond %{HTTPS} off
RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
A strange thing. The only thing that works with https (this site is secure) is when I view an image from Xenforo Gallery and thats it. (Not the full gallery or category, just in a single image)
Main forum, nodes, threads, etc... All of them fail.
What can the problem be and how can I fix it ?
Thank you.