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

millionleaves created an issue.