On Sun, Mar 29, 2009 at 6:18 AM, Mike Lyon <mike.lyon@xxxxxxxxx> wrote: > Hello Again, > > I have a reverse proxy configured and I would like to make it so if someone > goes to https://www.mydomain.com/ that they get redirected to > /beginhere.html > > I have tried using the alias and redirect directive but I have gotten no > where. The various items I have tried are: > > > redirect / /beginhere.html > & > alias / /beginhere.html > & > RewriteEngine On > RewriteRule ^/$ https://www.mydomain.com/beginhere.html > > None of these work. Am I even able to do this kind of fine-grained > forwarding at the proxy level? > What about setting: DirectoryIndex beginhere.html in httpd.conf? -- Glen Barber --------------------------------------------------------------------- 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