Problem with configuration SSL & htaccess

hi
I’m running litespeed and I had no problem with http protocol, until I applied https for all my magento store pages.
there is something wrong with my root .htaccess file because removing file will solve the problem.

error is: Oops… there was a problem during the request. Maybe the server had a temporary issue, or maybe you requested a report with too much data. Please try again.

but I could not find any error in error-log

also here is my htaccess code I use:

please someone help what should i do to!?

What does your problem have to do with piwik? Which request is returning Oops… there was a problem during the request?

hi Findus23,
I have found piwik has problem with this lines:

RewriteCond %{REQUEST_URI} !(downloader) [NC]
RewriteCond %{THE_REQUEST} ^./index.php
RewriteRule ^(.
)index.php$ http://www.yourdomain.com/$1 [R=301,L]

I disabled them an now piwik is running well

If I understand correctly those lines rewrite every request to the index.php of magento, so they newer end up at piwik.

I’m not expert in this case, I don’t know exactly :thinking: