tintin75
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [SportsMag] Theme options page not displaying correctlyI’ve emailed, but had no response after more than 12 hours.
Forum: Fixing WordPress
In reply to: Every page gives a 403 errorThanks.
Sucuri have finally replied to me, and they believe it could be an Apache setting.Forum: Fixing WordPress
In reply to: Every page gives a 403 errorBecause the site kept getting attacked by hackers, I have signed up to sucuri today.
It seems they are preventing hackers from getting to the site by blocking everyone, even legitimate visitors.
Incidentally, I have already implemented nearly all the security measures in the article you linked, at least everything as far down as “logging”.
Forum: Fixing WordPress
In reply to: Every page gives a 403 errorI have, but I think this issue may be down to Sucuri, and their tech support seems pretty poor.
Forum: Fixing WordPress
In reply to: Every page gives a 403 error0157.org
Forum: Fixing WordPress
In reply to: Every page gives a 403 errorI’ve now removed that line, and I can access the site from my own (whitelisted) IP address, however from any other location, users are still getting 403 errors.
Forum: Fixing WordPress
In reply to: Every page gives a 403 errorIt was recommended on one of the sites I read about securing WordPress – presumably it stops people being able to execute anything on the server by restricting the file types they can access via http.
Forum: Fixing WordPress
In reply to: Every page gives a 403 errorI tried deleting the .htaccess file, which unsurprisingly gave access to the pages again.
So then I tried rebuilding the .htaccess file line by line, to see what it was objecting to.
And it keeps working until I put this line in:
Order deny,allow Deny from all <Files ~ ".(xml|css|jpeg|jpg|png|gif|js)$"> Allow from all </Files>So what is it suddenly objecting to here? It’s been happy with that in the .htaccess for months, so why does it have a problem with it this afternoon?
Forum: Fixing WordPress
In reply to: All my pages give 404 errors (except front page)Hi Marius,
Regenerating the code in Settings > Permalinks has fixed this.
Thanks.
Forum: Fixing WordPress
In reply to: All my pages give 404 errors (except front page)Updates: A malware check found some scripts had been inserted into nav-menu.php
It has remove the malicious script, but this hasn’t fixed the problem.