[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Apache2 und mod_rewrite



-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Martin Theiß schrieb:
| Da du uns schon den tipp mit RewriteCond gegeben hast, tippe ich mal
drauf,
| dass es daran liegt. Bitte kurzes feedback, ob's so geht oder nicht.

Bei mir funktioniert jetzt das hier:
<IfModule mod_rewrite.c>
~  <IfModule mod_ssl.c>
~    <Location /webmail>
~      RewriteEngine on
~      RewriteCond %{HTTPS} off
~      RewriteRule . https://%{HTTP_HOST}%{REQUEST_URI}  [L]
~    </Location>
~  </IfModule>
</IfModule>

Allerdings "nur" mit Apache 1.3.31-6 mit Apache2 gings nicht.

Grüße,
- --
~    .~.    ----------------------------
~    /V\   | Kai Timmer                 |
~   // \\  | mailto: email@kait.de      |
~  /(   )\ | ICQ: 67765488              |
~   ^'~'^   ----------------------------
Realität ist da wo der Pizzamann herkommt...
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFBTzOZN+WB672wENARApDiAJ9DlPGbV57YyQAxEN2PkpFnzJ4UjgCgmLOm
cZ37urHEzoksedmn/jgGLn4=
=fMtd
-----END PGP SIGNATURE-----



Reply to: