italianet
Forum Replies Created
-
no, tried (we onw 150 blogs)… nothing with double honeypot nor changing the standard name etc etc.
I start to think the problem is elsewhere not the form itself since we receive only some sorts of spam and only on some forms (and other not).Forum: Fixing WordPress
In reply to: Theme Editor – Search doesn’t work as before…The “search” feature of the browser is not working anymore with the syntax highlighting enabled. And is a pain if you have to edit 140 websites via theme editor.
Forum: Plugins
In reply to: [WP Fastest Cache] [HelpMe] Redirection to /wp-content/cache/all/index.htmlSame problem here:
We have this:
RewriteEngine On RewriteCond %{HTTPS} off RewriteCond %{REQUEST_URI} !^/[0-9]+\..+\.cpaneldcv$ RewriteCond %{REQUEST_URI} !^/\.well-known/acme-challenge/[0-9a-zA-Z_-]+$ RewriteCond %{REQUEST_URI} !^/\.well-known/pki-validation/[A-F0-9]{32}\.txt(?:\ Comodo\ DCV)?$ RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]
to redirect all entries from http to https
After seeing some entries redirected to /wp-content/cache/all/index.html I’ve added the line in this way:RewriteEngine On RewriteCond %{HTTPS} off RewriteCond %{REQUEST_URI} !wp-content\/cache\/(all|wpfc-mobile-cache) RewriteCond %{REQUEST_URI} !^/[0-9]+\..+\.cpaneldcv$ RewriteCond %{REQUEST_URI} !^/\.well-known/acme-challenge/[0-9a-zA-Z_-]+$ RewriteCond %{REQUEST_URI} !^/\.well-known/pki-validation/[A-F0-9]{32}\.txt(?:\ Comodo\ DCV)?$ RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]
I don’t get anymore the redirections to https. Any idea why?
[Moderator note: code fixed. Please wrap code in the backtick character or use the code button.]
just sent ??
ok… how can I write you in private?