On Sun, Mar 29, 2009 at 6:18 AM, Mike Lyon <mike.l...@gmail.com> 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-unsubscr...@httpd.apache.org
   "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to