Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
Forms not rendering
· 11 years ago
I just installed Grav but cannot get the forms to render. My form.md looks like this and I have installed the form plugin title: A page with a form form: name: my-nice-form fields: name: name label:
-
Append request parameter to redirect url - site.yaml setting
· 11 years ago
I'm afraid the parameters are not considered in a redirect. You can still do that through .htaccess
-
Append request parameter to redirect url - site.yaml setting
· 11 years ago
Hello again, I have a requirement to redirect from /def/ghi?req=123 to /xyz/ghi?req=123 How can I do this in my site.yaml by retaining the request parameter as is? I have tried out some options mysel
-
Trying to send a a variable through $_GET
· 11 years ago
Usually you would use ; on a windows Apache platform. Not as pretty as the : but its the closest best option.
-
Trying to send a a variable through $_GET
· 11 years ago
oh sry....fixed it. I just had to replace : with something else. Thanks a lot!
-
Trying to send a a variable through $_GET
· 11 years ago
blog is actually the root of grav and it points to a page
-
Trying to send a a variable through $_GET
· 11 years ago
http://localhost/websiteroot/src/blog/category:test2 --- still not working and I already had this : param_sep: ':'
-
Trying to send a a variable through $_GET
· 11 years ago
Check http://learn.getgrav.org/troubleshooting/forbidden, does that help?
-
Trying to send a a variable through $_GET
· 11 years ago
Hello again and thanks for your support. I am trying to build the following url: www.example.com/blog/category:test. In this example blog is a page with a custom template and category:test would be $_
-
Secure content areas
· 11 years ago
This can be achieved with the login plugin and some page header variables. Please check out the README.md file: https://github.com/getgrav/grav-plugin-login