Hi, I would like to have a path like /go/ after which the address to be proxied. This is the config: <Location /go/ > SSLCipherSuite MEDIUM SSLRequireSSL AuthType Digest AuthName "Restricted Area" AuthDigestDomain /go/ AuthDigestProvider file AuthUserFile /var/www/.digestpwd Require valid-user RewriteEngine on RewriteRule ^(.*) http://$1 [P,L] </Location> but the rewrite rule does not work. I get an error /go/yahoo.com not found on this server.I would like when i type /myserver/go/yahoo.com to be connected to yahoo.com through myserver.
thanks --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx