Am Fre, 2002-08-02 um 10.53 schrieb Robin Wöhler: > On Thu, Aug 01, 2002 at 02:42:02PM -0400, Neil Schemenauer wrote: > > SCRIPT_NAME='/~rw/qtest.fcgi' > SCRIPT_URI='http://somewhere/testing/qtest.fcgi/' > SCRIPT_URL='/testing/qtest.fcgi/' > PATH_INFO='/' > REQUEST_URI='/testing/qtest.fcgi/' > > My setup is: > OpenBSD 3.0 > Apache/1.3.19 (Unix) mod_fastcgi/2.2.12 mod_ssl/2.8.4 OpenSSL/0.9.6b > plus suEXEC, UserDir (w/ ExecCGI), rewrite rules: > RewriteRule ^/~.* - [forbidden] > RewriteRule ^/testing/(.*) /~rw/$1 [last,passthrough] Well, I'm using it with the direct filesystem path in the RewriteRule. Andreas