vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| hi! i just want to note that the "url" action in hoststated.conf has been renamed to "query". please update your configuration; "url" was the wrong term, the code is only looking at the "query" variables, from RFC 2616 3.2.2: http_URL = "http:" "//" host [ ":" port ] [ abs_path [ "?" query ]] hoststated.conf example: - request url filter "foo" from "bar" + request query filter "foo" from "bar" there may be a new "url" keyword in the future matching host [ ":" port ] [ abs_path [ "?" query ]] which is the common syntax in URL filters. more about this later. there is the chance that there will be more changes to the hoststated.conf language. reyk |