How to block others from spoofing with iframe of my site
-
During this last election cycle I had a lot of scammers trying to break into my candidates’ websites.
One scammer reproduced the front page of my Senator’s website using an iFrame to try to trick me into logging into the site and/or its email account for the domain. Of course I knew not to click on it but was furious they iFramed it.
Now, every time I try to do an update WITHIN the wordpress admin, I get a warning that FireFox won’t open the page and then it tosses me into maintenance mode. I have to go into FTP and delete the .maintenance file to be able to continue. Then for some reason I can do the minor updates etc.
I have already inserted this code into the .htaccess file but I’m still getting the notice. How to fix? Is it correct or shouldn’t it say “deny from all” in the second line?
<Files 403.shtml>
order allow,deny
allow from all
</Files>Is there something else I should erase in FireFox to fix this?
It’s driving me nuts… thanks.
The page I need help with: [log in to see the link]
- You must be logged in to reply to this topic.