Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
Removing 'blog' from url
· 12 years ago
How strange, this new feature is not working for me... And, yes, I've tried with or without quotes. Another thing, this is not needed anymore: blog: route: '' ...right?
-
Removing 'blog' from url
· 12 years ago
I think its just a matter of ". Mine is like this: routes: /*: /blog/* ---
-
Removing 'blog' from url
· 12 years ago
Thanks, @robyflc. Yes, I'm on a Linux server. You know, I'm trying the wildcard routing feature, but it's not working... What did you add to "user/config/site.yaml" for it? Here's my "user/config/site
-
Removing 'blog' from url
· 12 years ago
@andrelima, I found out that the plugins page issue isn't a grav issue but a bug in windows apache (https://issues.apache.org/bugzilla/show_bug.cgi?id=41441). I'm still setting up my production server
-
Removing 'blog' from url
· 12 years ago
everything seems to work except for the plugins pages… It seems to me that they never reach index.php so they can't be routed but I still didn't have the time to dig into it. So, with Grav 0.9.8 this
-
Removing 'blog' from url
· 12 years ago
I've updated my blog and it works like a charm. Thanks a lot!
-
Removing 'blog' from url
· 12 years ago
BTW this is rolled into Grav 0.9.8 that was released today.
-
Removing 'blog' from url
· 12 years ago
Wow, man! Very nice and simple implementation of wildcard routing! I just made a few tests here and everything seems to work except for the plugins pages... It seems to me that they never reach index.
-
Removing 'blog' from url
· 12 years ago
I actually have a simple alias solution, please let me know if it works for you: basically replace your Pages.php dispatch() function with this one: public function dispatch($url, $all = false)
-
Removing 'blog' from url
· 12 years ago
Thanks a lot, man! I'm still far from having a solid solution but I'm about to finish a quick (and ugly) hack that will help me put my client's blog online ASAP. But there's still a problem with the p