Hello! Finally, I moved my site to a paid hosting provider and I installed the SSL as well! The problem is, that I have to update some links, so that my site has no mixed content! My site's address is https://ivirality.net These are my results https://www.whynopadlock.com/results/6441ef3d-79ab-4ed6-becb-52c069f84795 Any help? Thank you in advance!
Congratulations on your progress. The three major changes I think will help your results include: Make sure BASEURL in /config/settings.php starts with https:// Change line 104 of Paginator.php to: Code: $path = "//" . $host . $uri; Make sure your .htaccess has code that forces https, something like: Code: ## if they go to www, remove www RewriteCond %{SERVER_PORT} !^443$ RewriteCond %{HTTP_HOST} ^www\.(.*)$ [NC] RewriteRule ^(.*)$ https://%1/$1 [R=301,L] RewriteCond %{SERVER_PORT} ^443$ RewriteCond %{HTTP_HOST} ^www\.(.*)$ [NC] RewriteRule ^(.*)$ https://%1/$1 [R=301,L]
Thank You @valMETNG ! I completed the first 2 steps... Now about the 3rd... You mean the .htaccess of the main root, right? (/public_html)
Done!! No mixed content, but I see this "Your webserver is not forcing the use of SSL." I noticed that there is an unsafe script in registration area... Should I uninstall and reinstall the captcha?
Glad that worked but odd that the htaccess code isn't forcing secure. That's the code I use on my site and it does work but it appears whynopadlock is suggesting this code instead: Code: RewriteCond %{HTTP_HOST} ivirality\.net [NC] RewriteCond %{SERVER_PORT} 80 RewriteRule ^(.*)$ https://ivirality.net/$1 [R,L] So you can try that instead of the code I suggested above. Where are you seeing an unsafe script in the registration area? I do notice in your right column: Chat {literal} {/literal} That probably means you've got some bad code for your chat app in your widget. If memory serves, that's notation in Smarty (which isn't used in Hotaru). So that might be what is causing the problem.
Of course I can't see your admin panel but I don't see any error on your registration page. Is the error shown on the page itself?
Error is shown on the admin page and registration... I disabled the widget, but I don't remember how to delete it... Apart from that, I noticed that I have around 10 new users... I don't see any activity.. They look like spammers... Is the error related to them?
It's really hard for me to determine given I can't see what you're looking at. Additionally, I just went to https://ivirality.net/register/ and see it's now 404ing (so you're probably doing some troubleshooting). Can you post a screen shot of the error on the page? If you have 10 new users without any advertising or other activity, it's highly likely a spammer/bot. If you're comfortable doing so, you can also PM me (don't post publicly here) your admin credentials (please change your password afterwards). I'll log in and see if I can figure it out from there.
After I uninstalled/installed the Captcha, I did the same for Users and User Sign In... After that I pressed the delete database cache button!
That makes more sense - I'm betting the Users and User Sign In plugins are out of order. Please confirm at that link above.
I think everything is out of order... When I deleted the "Chat" widget, I uninstalled the Text Widget as well... I think I will uninstall all plugins!
UPDATE: 1) In my SSL area (in my hostinger account) there is a "force https" button, which I didn't press... I pressed it, I checked my site with whynopadlock.com and I see no issues with https! 2) I uninstalled ALL plugins and installed them again in the correct order... Same issue... All links are error 404!
Doing a search, I found this post and this post that refer to 404 errors. Can you see if either of those help? Also, are there any errors in your error_log? Since everything is broken except your home page, this leads me to believe it's an .htaccess problem. Would you please post your .htaccess file?
I downloaded my .htaccess file, but I see a blank page which I can't upload... What should I do? I see some errors in error_log.php from 10/12, the day this issue started...