Hi,

i have set apache with a rewrite rule to force ssl
(/etc/apachae2/sites-available/default):

<VirtualHost *:80>
        ServerAdmin webmas...@localhost

        RewriteEngine on
        RewriteCond %{SERVER_PORT} ^80$
        RewriteRule ^/(.*)$ https://192.168.0.200/%{N}$1 [R]
        RewriteLog "/var/log/apache2/rewrite.log"
        RewriteLogLevel 2


but now my updates.php doesnt work properly, say no updates are made.

is there any thing i have to take care of making apache2 ssl only?

greetings

juergen
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Reply via email to