margomm
Forum Replies Created
-
Forum: Plugins
In reply to: [RSS for Yandex Turbo] Как защитить RSSрешила сама
Thanks! I managed. I figured it out and the Defender blocks unnecessary bots and IP.
Another question.
1.How to specify the USER AGENT correctly, if his name consists of several words and symbols, for example:
Keyword Density/0.9
[email protected]
T-H-U-N-D-E-R-S-T-O-N-E
Web Image Collector
Screaming Frog SEO Spider/16.3
YottaShopping_Bot
Go http package
best-seo-solution.comYou need to put a backslash before spaces and punctuation marks:
Keyword Density\/0\.9
scaninfo@expanseinc\.com
T\-H\-U\-N\-D\-E\-R\-S\-T\-O\-N\-E
Web\ Image\ Collector
Screaming\ Frog\ SEO\ Spider\/16\.32. Only the USER AGENT part can be specified, for example:
instead of Screaming Frog SEO Spider/16.3, write seo?Hello!
Please tell me which one to set for the lockout and in which section?
Hummingbird Caching Plugin
What is the correct way to make blocking exceptions for a caching plugin?Server IP in exceptions
My hosting said the plugin is trying to ping itself.
Denying the server to files:
/wp-content/plugins/defender-security/languages/wpdef-default.pot
/wp-content/uploads/wp-defender/index.php
affects the correct operation of the plugin?Forum: Plugins
In reply to: [RSS for Yandex Turbo] произвольный текстСпасибо! Все получилось. Я не ожидала, что это так просто.
Отличный плагин, спасибо за Ваш труд!!!Thanks! I realized.
I love Hummingbird!1. If I install your Defender plugin, do I need to enable Cache headers?
2. I have specified security headers in .htaccess without additional plugin.
Do I need to enable Cache headers in Hummingbird?This is what I pointed out in .htaccess:
#
<IfModule mod_deflate.c>
AddOutputFilterByType DEFLATE text/html text/plain text/xml application/xml application/xhtml+xml text/javascript text/css application/x-javascript
BrowserMatch ^Mozilla/4 gzip-only-text/html
BrowserMatch ^Mozilla/4.0[678] no-gzip
BrowserMatch bMSIE !no-gzip !gzip-only-text/html
<ifmodule mod_gzip.c>
mod_gzip_on Yes
mod_gzip_item_include file \.js$
mod_gzip_item_include file \.css$ </ifmodule>
</IfModule>
# img,js, css
FileETag MTime Size
<ifmodule mod_expires.c>
<filesmatch “.(jpg|gif|png|css|js)$”>
ExpiresActive on
ExpiresDefault “access plus 1 month”
</filesmatch>
</ifmodule>
# Extra Security Headers
<IfModule mod_headers.c>
Header set X-XSS-Protection “1; mode=block”
Header always append X-Frame-Options SAMEORIGIN
Header set X-Content-Type-Options nosniff
Header set Strict-Transport-Security “max-age=31536000” env=HTTPS
</IfModule>
#
<FilesMatch “^.*(error_log|wp-config\.php|php.ini|\.[hH][tT][aApP].*)$”>
Order deny,allow
Deny from all
</FilesMatch>
#
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^wp-admin/includes/ – [F,L]
RewriteRule !^wp-includes/ – [S=3]
RewriteRule ^wp-includes/[^/]+\.php$ – [F,L]
RewriteRule ^wp-includes/js/tinymce/langs/.+\.php – [F,L]
RewriteRule ^wp-includes/theme-compat/ – [F,L]
</IfModule>
#
Options +FollowSymLinks
RewriteEngine On
RewriteCond %{QUERY_STRING} (<|%3C).*script.*(>|%3E) [NC,OR]
RewriteCond %{QUERY_STRING} GLOBALS(=|[|%[0-9A-Z]{0,2}) [OR]
RewriteCond %{QUERY_STRING} _REQUEST(=|[|%[0-9A-Z]{0,2})
RewriteRule ^(.*)$ index.php [F,L]
# PHP
<IfModule mod_headers.c>
Header unset X-Powered-By
Header unset Server
</IfModule>
# xmlrpc
<Files xmlrpc.php>
Order Allow,Deny
Deny from all
</Files>
# htaccess
<Files .htaccess>
order allow,deny
deny from all
</Files>
#
RewriteCond %{QUERY_STRING} author=d
RewriteRule ^ /? [L,R=301]Thank! I’ve understood.
It is also necessary to add to the exceptions the cache main-sitemap.xsl or /(.*)sitemap.xslForum: Themes and Templates
In reply to: [Appointment] поменять ширину сайдбараI have Appointment Pro
Forum: Themes and Templates
In reply to: [Appointment] поменять ширину сайдбараHello! I want to change the width of the sidebar.
now the size of the blog page and sidebar:<!– Blog Area –><div class=”col-md-8″>, <!–Sidebar Area–><div class=”col-md-4>
I need:<!– Blog Area –><div class=”col-md-9″>, <!–Sidebar Area–><div class=”col-md-3>
I changed to a function blog-right-sidebar.php <div class = “col-md-4”> на <div class = “col-md-3”>, I changed to a function