Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
Grav makes downloaded .zip files invalid
· 10 years ago
yes, I will. Thanks for your help!
-
Grav makes downloaded .zip files invalid
· 10 years ago
I'm not able to replicate this locally. The zip files work fine when downloading from my local test sites. Even a 50mb backup file extracted no problem. It must be something related to the setup on
-
Grav makes downloaded .zip files invalid
· 10 years ago
hi, I've set up Grav on a shared hosting provider (running PHP version 5.6.17). When I download .zip files through the Grav web frontend, it throws an error that they are invalid when I try to open th
-
Tag versus category
· 10 years ago
There is no difference from Grav's perspective. A taxonomy is simply a mapping. The names are totally arbitrary.
-
Tag versus category
· 10 years ago
Is there any implementation difference between the two default taxonomy types, 'tag' and 'category'? I appreciate that it makes sense to use them differently, but I just want to check that as far as
-
What should I do, if I want the URL looks like'site/post/sjeidjaXaT'
· 10 years ago
If there are too many files in a folder, like all posts in the '01.post' folder, I'll fell this is a mess... Hah~~
-
What should I do, if I want the URL looks like'site/post/sjeidjaXaT'
· 10 years ago
The point is ... I want the URL is short meanwhile the file path include as much detail as possible. For example, http://site/p/XyzGWsH --> /siteroot/user/pages/01.post/01.2016/02.02/01.slug-exa
-
What should I do, if I want the URL looks like'site/post/sjeidjaXaT'
· 10 years ago
what's the point of the random URL? it can't be very good for SEO or for just readability.
-
What should I do, if I want the URL looks like'site/post/sjeidjaXaT'
· 10 years ago
I think the random string could be related to the created date of the page, then we are sure it's unique. That's similar to the URLs in medium.com I think, look: 1
-
What should I do, if I want the URL looks like'site/post/sjeidjaXaT'
· 10 years ago
You could create a plugin that basically hooked into onPageProcessed that basically added a random string as the default route for each page. Route Header documentation it would change every time you