Get Even More Visitors To Your Blog, Upgrade To A Business Listing >>

SOLVED: Parse url var with apache mod

Tags: querystring

Julien:

I would need to store the value of each key in the separate variables


static int parserUrl_handler(request_rec *r)
{
ap_add_cgi_vars(r);

const char *value = apr_table_get(r->subprocess_env, "QUERY_STRING");
ap_rprintf(r, "QUERY_STRING : %s\n", value);

return OK;
}



Posted in S.E.F
via StackOverflow & StackExchange Atomic Web Robots
This Question have been answered
HERE


This post first appeared on Stack Solved, please read the originial post: here

Share the post

SOLVED: Parse url var with apache mod

×

Subscribe to Stack Solved

Get updates delivered right to your inbox!

Thank you for your subscription

×