Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
Put a /cgi-bin in grav installation
· 11 years ago
Old school, yes (so are cron jobs)...also extremely useful sometimes... Well, let me ask this question... How can I make grav generate a page with PHP? -- sw
-
Put a /cgi-bin in grav installation
· 11 years ago
The rule is that anything actually in the file-system will get processed before this rule. So if you have a cgi-bin/ folder in the root of your site, and you access a file directly in there, it shoul
-
Put a /cgi-bin in grav installation
· 11 years ago
I would like to put a /cgi-bin directory in a grav installation. However, this seems to conflict with the rules: RewriteCond %{REQUEST_URI} !^/index\.php RewriteRule .* index.php [L] in the default .
-
Multi site support?
· 11 years ago
The multisite bit is the one area that we don't have documentation for yet. It's implemented, and mostly functions fine, but could do with some more thorough testing before we make a big splash about
-
Multi site support?
· 11 years ago
Any documentation on this topic : Multi site (one installation) YES ? Thank.
-
Multi site support?
· 11 years ago
Markdown support YES Version control with GIT support for the content, possibly use the content in its own Git repository decoupled from the CMS code itself. YES Browser GUI NO [In Development] Multi
-
Multi site support?
· 11 years ago
Does this CMS support multi site? In the same way as Wordpress with one installation? What are the plans for this, are you going to create a GUI? I'm looking for a new CMS, it seems pretty hard to fin
-
Getting error while trying Multi-Language support
· 11 years ago
I'm going to release 0.9.31 with this fix today. The issue was hidden because I had an extra file in my testing setup. Sorry about that. Just want to make sure there are no other major issues befor
-
Getting error while trying Multi-Language support
· 11 years ago
@maxl: @rhukster found the answer, but as he works so much in so many things he probably forgot to post it here too (it was posted in gitter), so here it goes: About line 182 in Grav\Common\Config\C
-
Getting error while trying Multi-Language support
· 11 years ago
Hmm.. This sounds like something that slipped by in my testing after I changed up some of the translation stuff. Let me debug and i'll get back to you.