HTTPS getting redirected

Yesterday when I went to https://www.mysite.com everything was fine, but today I am getting redirected to http://www.mysite.com.



It doesn't matter if it is at the checkout process or the home page. I do have all the SSL fields enabled in the cart, and it worked yesterday. I have pasted my htaccess file below, but that has not changed at all. Do you guys know what may be causing this?


```php



DirectoryIndex index.html index.php





RewriteEngine on

Pleas note that RewriteBase setting is obsolete use it only in case you experience some problems with SEO addon.

Some hostings require RewriteBase to be uncommented

Example:

Your store url is http://www.yourcompany.com/store/cart

So “RewriteBase” should be:

RewriteBase /store/cart

RewriteBase /

RewriteCond %{REQUEST_FILENAME} !.(png|gif|ico|swf|jpe?g|js|css)$

RewriteCond %{REQUEST_FILENAME} !-f

RewriteCond %{REQUEST_FILENAME} !-d

RewriteRule . index.php?sef_rewrite=1 [L,QSA]







```



Thanks.

It could be something in Apache configuration for port 443 / SSL. The above is just for SEO friendly urls in CS-Cart.



Is the site hosted on shared hosting, VPS or dedicated server?

I am on a VPS server, the issue was one of the files had the incorrect permissions attached to it. Thanks for your help though.

gatorguy, can you tell me which files had incorrect permissions? This has broken after an upgrade went bad.



Help please!!!



Thanks!