All,

 

I need to redirect any request that contains "myaccount" or
"registration" upper or lower case to https.

 

I've tried several  variations for the URL param but everything hits the
catch-all listener everytime.

 

Here's the basic listener config. 

 

#redirect to Secure if myaccount or registration

ListenHTTP

   Address 174.78.x.x

   Port   80

   Service

   URL "myaccount"    ####### What goes here? ##########

   Redirect "https://www.bsecure.com";

   End

End

 

#secure

ListenHTTPS

   Address 174.78.x.x

   Port   443

   Cert "/etc/pound/bsecure.pem"

   xHTTP      1

   Service

      BackEnd

        Address   172.x.x.x

        Port   80

      End

   End

End

 

#catch-all

ListenHTTP

   Address 174.78.x.x

   Port   80

   xHTTP      1

   Service

      BackEnd

        Address   172.x.x.x

        Port   80

      End

   End

End



--
To unsubscribe send an email with subject unsubscribe to [email protected].
Please contact [email protected] for questions.

Reply via email to