I just tried to remove the plugin and that devil thing keeps happening.
Yeah, I guess I did both. I’m using “Really simple SSL” as a plugin. and at some moment wrote the follwing commands onto the .htaccess file:
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
A ps: I believe this is only happening on Chrome.