I'm using OsClass for my website. When I've activated ssl certificate, my webside was down. I've updated my .htacess with code which I've got from my hosting
RewriteEngine on
RewriteCond %{HTTP:X-Forwarded-Proto} !=https
RewriteRule ^.*$ https://%{SERVER_NAME}%{REQUEST_URI} [L,R]
so finally I can see my web, landing page, oc-admin... but rest of the page is down
Not Found
The requested URL /item/new was not found on this server.
Hope it is just something simple. Can you please help me with that ?