Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
Multisite Domains
· 10 years ago
I never tried but I think it's just a matter of pointing all domains to your IP and then simply use the subdomain setup.php but instead of specifying subdomains, use top-level domains.
-
Multisite Domains
· 10 years ago
Just checking in to see if anyone has experience connecting a primary domain (not a subdomain) to a specific child site. Typically this would be easy to do if there was a directory created for each c
-
Multisite Domains
· 10 years ago
I have multisite (subdomains) working great. Thanks for that! I'm trying to figure out the best way to point domains (ie: mysite1.com) to each applicable child site without actually changing the url
-
Multi-domain support
· 10 years ago
I tested this and it is possible to do a Multi-domain setup. Just follow instruction on the Learn page to setup multisite, but instead of creating a folder with subdomain name just create it with you
-
Multi-domain support
· 10 years ago
You are going to need to mix in some web server virtualhost setup to achieve that. The exact nature of that setup will be very dependent on your webserver of choice. There are plenty of examples out
-
Multi-domain support
· 10 years ago
Hi, In the documentation (https://learn.getgrav.org/advanced/multisite-setup) I can find only details about the setup of multiple directories or subdomains. Is it possible to use different domains as
-
Cache is too strong, /lang variations are not updated
· 10 years ago
I tried it but as I have more than 200 modular pages in the app (for SEO content), the result is the same, it's like having cache:enabled:false in the system.yaml. Anyone has this issue before or fixe
-
Cache is too strong, /lang variations are not updated
· 10 years ago
If the global cache is disabled, Grav will perform some costly operations every page load. If instead you just exclude that specific page, it's going to skip a lot of work.
-
Cache is too strong, /lang variations are not updated
· 10 years ago
Thanks! I've just tested - it's working for both situations: In a modular and in the non-modular with query parameters. But I don't understand why my non-modular page is now rendering fast EVEN if I a
-
Cache is too strong, /lang variations are not updated
· 10 years ago
It's a problem related to getting values from twig/php processing inside the modular child page. They are cached aggressively unless you put cache_enable: false in the markdown page header. So, if you