mrppp
Forum Replies Created
-
well time to back date the plugin then no good as it is
Maybe looking at it it has not copied any social settings that were in SEO by Yoast.
does anyone ever read or reply to this plugin? To release an error relating to a sitemap with a seo plugin really should have been tested prior to release
no i get the issue disable author site map ticked but it still adds an author sitemap to the index.xml and the author sitemap goes directly to a webpage http://www.mysite.co.uk/author-sitemap.xml
http://www.mysite.co.uk/page-sitemap.xml
http://www.mysite.co.uk/event-sitemap.xml
http://www.mysite.co.uk/author-sitemap.xmlDoing same on all sites that have had recent update
Forum: Plugins
In reply to: [BulletProof Security] Brute Forcethanks will try that out
Forum: Plugins
In reply to: [BulletProof Security] Brute Forcethanks so
Allow from 173.201.92.1is my server IP (ip obviously different)and this
Allow from x.x.x.my ip with two or three octets
say eg
Allow from 31.53.Forum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] past event listsolved i think thanks
Forum: Plugins
In reply to: [BulletProof Security] Brute Forcethis gave a 403 error
# Protect wp-login.php from Brute Force Login Attacks based on Server Protocol or IP # All legitimate humans and bots should be using Server Protocol HTTP/1.1 RewriteCond %{REQUEST_URI} ^/wp-login\.php$ RewriteCond %{THE_REQUEST} HTTP/1\.0 [OR] RewriteCond %{REMOTE_ADDR} !^xxx\.xxx\.xxx\.$ RewriteRule ^(.*)$ - [F,L]but this was ok
# Protect wp-login.php from Brute Force Login Attacks based on Server Protocol or IP # All legitimate humans and bots should be using Server Protocol HTTP/1.1 RewriteCond %{REQUEST_URI} ^/wp-login\.php$ RewriteCond %{THE_REQUEST} HTTP/1\.0 [OR] RewriteRule ^(.*)$ - [F,L]is the latter what you refer to as Server Protocol based Brute Force Login Protection code
Forum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] past event listhow would i put that in above code
like so seems to work[events_list_grouped mode="monthly" date_format="F Y" scope="past"] #_EVENTLINK #_EVENTDATES #_EVENTTIMES What's on #_LOCATION #_LOCATIONTOWN #_LOCATIONSTATE #_EVENTNOTES [/events_list_grouped]Forum: Plugins
In reply to: [BulletProof Security] Brute Force# Protect wp-login.php from Brute Force Login Attacks based on IP Address <FilesMatch "^(wp-login\.php)"> Order Allow,Deny # Add your website domain name Allow from example.com # Add your website/Server IP Address Allow from 69.200.95.1 # Add your Public IP Address using 2 or 3 octets so that if/when # your IP address changes it will still be in your subnet range. If you # have a static IP address then use all 4 octets. # Examples: 2 octets: 65.100. 3 octets: 65.100.50. 4 octets: 65.100.50.1 Allow from 65.100.50. </FilesMatch>Forum: Plugins
In reply to: [BulletProof Security] Brute ForceSo use `# Protect wp-login.php from Brute Force Login Attacks based on Server Protocol or IP
# All legitimate humans and bots should be using Server Protocol HTTP/1.1
RewriteCond %{REQUEST_URI} ^/wp-login\.php$
RewriteCond %{THE_REQUEST} HTTP/1\.0 [OR]
RewriteCond %{REMOTE_ADDR} !^xxx\.xxx\.xxx\.$
RewriteRule ^(.*)$ – [F,L]`
and this bit `
RewriteCond %{REMOTE_ADDR} !^xxx\.xxx\.xxx\.$`as you mention above use two octets
Forum: Plugins
In reply to: [BulletProof Security] Brute Forcemaybe not 403 Forbidden Error Page on logout
maybe this remove the ip address seems to work
# Protect wp-login.php from Brute Force Login Attacks based on Server Protocol # All legitimate humans and bots should be using Server Protocol HTTP/1.1 RewriteCond %{REQUEST_URI} ^/wp-login\.php$ RewriteCond %{THE_REQUEST} HTTP/1\.0 RewriteRule ^(.*)$ - [F,L]Forum: Plugins
In reply to: [BulletProof Security] IP blockproxy may be better will give it a go later and get back with results thank you
Forum: Plugins
In reply to: [BulletProof Security] IP blockthey are all ips owned by Leaseweb, Germany, Netherlands USA etc
Forum: Plugins
In reply to: [BulletProof Security] IP blockyou mean manually remove via ftp from the htaccess file?