[imp] encrypt login only?

Steven Stern subscribed-lists at sterndata.com
Mon Mar 22 09:21:41 PST 2004


On Mon, 22 Mar 2004 11:14:42 -0600, Eric Rostetter
<eric.rostetter at physics.utexas.edu> wrote:


>Yes.  Just have your web server redirect the login pages to https: pages.
>Make sure you cover any other spots you might need (if you install passwd
>module, or use signup process, etc).

Eric:

Do you have an example?  I'm currently forcing everything in /horde to use
https via this rewrite

<Directory /var/www/html/horde>
    RewriteEngine       on
    RewriteCond         %{SERVER_PORT} !=443
    RewriteRule         ^.* - [F]
    ErrorDocument       403 https://myserver.com/horde
</Directory>

What's the correct rewrite to handle the possibilities for
/var/www/html/horde/login.php (and login.php in any child directories)?
--
   Steve
   


More information about the imp mailing list