httpd.conf needs URL rewriting:
location match "/schedule/(.*php)(.*)" {
request rewrite "/schedule/%1?%2"
}