Re: [Webcollab-users] Manually constructed todo list link
Brought to you by:
andrewsimpson
From: Andrew S. <and...@pa...> - 2003-10-28 06:43:06
|
On Mon, 27 Oct 2003 15:45:49 -0500 (EST) Andy Harrison <ah...@ml...> wrote: > I'd like to make a link like: > > > http://example.com/webcollab/users.php?x=0&action=todo&selection=group&groupid=3 > > Could anyone tell me why this doesn't work? I've inspected the html > source for the form values and I can find nothing to explain why it > doesn't work. > > I can see the requestion hitting the access log with nothing in the > error log: > > > xxx.xxx.xxx.xxx - ajharrison [27/Oct/2003:15:38:44 -0500] "GET > /webcollab/css.css HTTP/1.1" 304 - > xxx.xxx.xxx.xxx - ajharrison [27/Oct/2003:15:38:44 -0500] "GET > /webcollab/users.php?x=0&action=todo&selection=group&groupid=3 > HTTP/1.1" 200 41457 > I cut and pasted it into my machine (changed the domain) and the page popped up. Dunno... something strange your end? I think Apache will return '200' response code if it finds a page '/webcollab/users.php'. Everything past the '?' would be ignored and just piped to PHP. Andrew |