Line 269: |
Line 269: |
| { | | { |
| $OUT .= <<'HERE'; | | $OUT .= <<'HERE'; |
− | ## Redirect roundcubeWeb Address to Secure Address | + | ## Redirect foo Web Address to Secure Address |
| RewriteEngine on | | RewriteEngine on |
− | RewriteRule ^/roundcube https://%{HTTP_HOST}/roundcube | + | RewriteRule ^/foo https://%{HTTP_HOST}/foo |
| | | |
| ## End Of Redirect | | ## End Of Redirect |