How to redircet URL in HTTPS - Websphere

This is a discussion on How to redircet URL in HTTPS - Websphere ; I am here httpd.conf ,where Iwant to change URL to redirct that url. any Script U have please send to me . Thanks venkat...

+ Reply to Thread
Results 1 to 3 of 3

Thread: How to redircet URL in HTTPS

  1. How to redircet URL in HTTPS

    I am here httpd.conf ,where Iwant to change URL to redirct that url.
    any Script U have please send to me .
    Thanks
    venkat

  2. Re: How to redircet URL in HTTPS

    EDIT HTTPD.CONF



    LoadModule rewrite_module modules/mod_rewrite.so
    RewriteEngine on
    RewriteRule ^/(plrs)$ http://xxx/plrsapp [L,R]




    Abhimukta Banerjee
    NYBOT-ICE, NYC

  3. Re: How to redircet URL in HTTPS

    Thank you very much.
    Abhi,
    Can you give email id
    Thanks
    Venkat

+ Reply to Thread