• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Apache rules and SSL
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Apache rules and SSL


  • Subject: Apache rules and SSL
  • From: Jesse Tayler via Webobjects-dev <email@hidden>
  • Date: Thu, 27 Aug 2020 17:40:49 -0400

I use AWS+Route53 for SSL and I really just want to force all requests to HTTPS
and I’m having trouble

I have a few common WO rewrites to shorten URLs


        RewriteRule ^/signup /apps/WebObjects/MyAppName.woa/wa/signup
[last,passthrough]
        RewriteRule ^/default /apps/WebObjects/MyAppName.woa/wa/default
[last,passthrough]

        RewriteRule ^/myappname(.*)$ /apps/WebObjects/MyAppName.woa$1 [PT,L]


And I seem to have these SSL related:

        RewriteCond %{HTTPS} on
        RewriteRule (.*) http://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]



And no matter how I try to program this, I get too many redirects because
apparently my rules run a loop or something?

Basic redirects are not unique to WebObjects!

How are you guys programming apache to shorten URLs and also bounce to SSL if
it is not already?


 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

  • Follow-Ups:
    • Re: Apache rules and SSL
      • From: Stefan Gärtner via Webobjects-dev <email@hidden>
    • Re: Apache rules and SSL
      • From: Paul Hoadley via Webobjects-dev <email@hidden>
    • Re: Apache rules and SSL
      • From: Matthew Ness via Webobjects-dev <email@hidden>
References: 
 >Default form value encoding was changed after parsing multi-part form. Form values will be lost. (From: Harjinder Singh via Webobjects-dev <email@hidden>)

  • Prev by Date: Re: anyone else tried Big Sur? - DirectConnect problem
  • Next by Date: Re: Apache rules and SSL
  • Previous by thread: Default form value encoding was changed after parsing multi-part form. Form values will be lost.
  • Next by thread: Re: Apache rules and SSL
  • Index(es):
    • Date
    • Thread