We recently installed SSL on our site. It is using a single directory for SSL and non SSL. I am going to use it for the login, register and checkout page.
However, I am having some weird things happening that hopefully someone has had some experience with.
Forms that used to work fine (both HTTPS and HTTP) are now instead going to
index.php/ (another folder?) which I don't know where it gets that page from as its not my normal index.php - instead my CSS, images etc don't load on it, its just a unformatted version of index.php (in both IE and firefox). Properities show image paths on this index.php/ are index.php/images folder/ rather then just /images folder/
I believe the form itself is submitting as normal and going through the code because when I submit the login form and it changes to
index.php/ if I click back I am logged in correctly.
If I change it from a form to a hyperlink that passes the variables in the URL it works, but of course I don't want to do it that way for registrations, orders, logins etc. It doesn't matter whether its a https page or not, even my http search is for whatever reason redirecting to index.php/
I don't know why its going to that page, and why its putting the folder / at the end of it.
Any suggestions are welcomed