Well i found the problem to the maddness it took me like 2 days to figure it out... i had been trying to see what part of the code is disabling https// and somthing that was added to this phpmyfaq that i didnt see in the previous phpmyfaqs that were released....
The Script was found in 2 area i was able to make https work on the frontend then it wasnt working on the admin end so i had to search for it there also the script can be found in
"admin/header.php and template/index.tpl"Here is the Script
- Code: Select all
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
and here is what i had to do in order to get https working i added an S to it in both files template.index.tpl and admin/header.php so it would end up looking like this.
- Code: Select all
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
But not everyone who is running SSL is going to want to have to try to figure out whats causing it not to work....So I am not sure if there is some sort of workaround for this or not..
and since google allows it i am able to go here
https://ajax.googleapis.com/ajax/libs/j ... ery.min.js to test it out and is working with https. so the script still works
But especially in Internet Explorer it was kind of annoying because it would have a pop up saying this site is not encrypted do you still wish to view then users who visit the FAQ would have to click off of it and then it also worrys user that maybe this site isnt so safe