Patrick Stickler writes: > You could also implement URIQA using a proxy, where the actual > web server is behind the proxy and for URIQA requests, the > proxy redirects to a particular service portal (e.g. such > as http://sw.nokia.com/uriqa?) and all other requests are > passed through unchanged. I think you could do it on a single (Apache) server with mod_rewrite. I haven't tried it myself, but maybe something like: RewriteCond %{REQUEST_METHOD} =MGET RewriteRule ^(/resource.*)$ /uriqa?=$1 which should redirect all MGETs to resources whose path start with "/resource" to a CGI. I'm sure mod_rewrite allows a way to do that for any arbitrary URI. -- David Menendez <zednenem@psualum.com> <http://www.eyrie.org/~zednenem/>Received on Thursday, 11 March 2004 21:48:08 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Monday, 7 December 2009 10:52:05 GMT