Active
Project:
Boost
Version:
7.x-1.1
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
5 Apr 2017 at 22:55 UTC
Updated:
5 Apr 2017 at 22:55 UTC
Jump to comment: Most recent
I am using Boost on a SSL site. I use .htaccess rules to redirect all traffic to the HTTPS version. I have turned off the SSL bypass in the Boost code in .htaccess.
Since installing SSL, visiting the site via the home page in a new session shows the full path to the cached home page in boost, i.e.
https://sitename.com/cache/normal/sitename.com/_.html
After this, the URLs on all pages are normal, including return visits to the home page. All pages are being cached as I would expect. But if I open a new tab and then visit the site at the root, I see the URL as shown above.
Any ideas why this would be so?
Comments