Skip to content
Grav 2.0 is officially stable. Read the announcement →
Archive

Problem in Tag link

Started by Muut Archive 11 years ago · 2 replies · 286 views
11 years ago

I Downloaded skeleton blog site, and everything's going right
But, when i click a Tag in Popular Tags widget, it throw Error 403
Can anyone help me?
p/s: sorry for my English

11 years ago

There is an obscure but persistent issue with Apache on Windows causing a 403 forbidden error.

Basically Apache won't allow the : in the URL that works on other systems due to a security concern based on the fact that windows paths can have colons in them: C:\some\path.

We have addressed this by providing a configurable option for the parameter separator that is defaulting to :

Simple edit your user/config/system.yaml and add this at the top:

TXT
param_sep: ';'  

This will configure Grav to use a semicolon, rather than a colon for parameters such as http://yoursite.com/blog/tag:something will now be: http://yoursite.com/blog/tag;something

Suggested topics

Topic Participants Replies Views Activity
Archive · by Deleted User, 9 years ago
0 1322 9 years ago
Archive · by Muut Archive, 9 years ago
2 918 9 years ago
Archive · by Muut Archive, 9 years ago
2 4048 9 years ago
Archive · by Muut Archive, 9 years ago
1 2922 9 years ago
Archive · by Muut Archive, 9 years ago
3 1106 9 years ago