On 2/7/06, Ricardo Gamero <[EMAIL PROTECTED]> wrote:
> Hello everyone!
>
>  here's my problem (a very simple one ;); I've been trying to redirect my
> home page (http://168.243.x.x/index.html) to a secure one in the same server
> ip: https://168.243.x.x/apps/servlets/IndexServlet
>  both URL works fine separated, I tried the REDIRECT directive in the
> httpd.conf but it throws a runtime exception (if i could say that :)

EXACTLY what did you try and EXACTLY what was the error?

>  i've asked master google for manuals but nothing concrete and with
> no-runing code examples.
>  i'd really apreciate your help!!

http://httpd.apache.org/docs/2.2/urlmapping.html#redirect

Redirect /index.html https://168.243.x.x/apps/servlets/IndexServlet

Joshua

---------------------------------------------------------------------
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: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to