I have a site set up with multiple subdomains - sub1.example.com, sub2.example.com
For correct menu links I need $base_url set to http://example.com
However, Boost is using $base_url to determine the subdomain - so that sub1.example.com. etc are not being cached.
It seems that the desired behavior would be for Boost to determine subdomain from the actual request, or at least allow this as an option.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | subdomain-base-url-1508994.patch | 2.41 KB | heydemo |
Comments
Comment #1
heydemo commentedAttached patch giving the option to have host determined by the http request and not the $base_url for the site
Comment #2
heydemo commentedComment #3
alexborsody commentedThis worked for me thanks