Trying to send a a variable through $_GET

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 $_GET[‘test’]. The url is formed correctly, but when I am on the example above I get Error 403, Access forbidden!.

Any suggestions how to fix this one?

Thanks a lot,
Marius

Check http://learn.getgrav.org/troubleshooting/forbidden, does that help?

http://localhost/websiteroot/src/blog/category:test2 — still not working and I already had this : param_sep: ‘:’

blog is actually the root of grav and it points to a page

oh sry…fixed it. I just had to replace : with something else. Thanks a lot!

Usually you would use ; on a windows Apache platform. Not as pretty as the : but its the closest best option.