thanks for helping me, but i still get no updates.

i also tried a different rewrite rule:

        RewriteEngine   on
        RewriteCond     %{HTTPS} !=on
        RewriteRule     ^(.*)$ https://192.168.0.200/$1 [L,R]

and yours too, for sure :)

Am 11.12.2010 21:59, schrieb Stuart Sheldon:
> Since it looks like you are rewriting the whole site, why not just use
> Redirect?
> 
> Redirect / https://192.168.0.200/
> 
> Now, anything going to port 80 will be redirected. It will also deal
> with anything after the / as well.
> 
> Just a thought...
> 
> Stu
> 
> On 12/11/2010 12:48 PM, J. Echter wrote:
>> 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
> 
-- 
[email protected]
https://inverse.ca/sogo/lists

Reply via email to