Artem Frolov
Forum Replies Created
-
Forum: Plugins
In reply to: [Eli's PHP Compatibility Scanner] Issue with running batchWorks good! Thank you very much!
Forum: Plugins
In reply to: [Eli's PHP Compatibility Scanner] Issue with running batchHey Eli!
Thank you for response!
Yeah, this happens with all plugins and themes. I guess the problem is in my system. If you could provide a pure CL command for running process I could debug it more and provide more info.
Regards!Hey Mateusz!
My hosting support team fixed the issue by disabling nginx for my site. Now images delivered via Apache server and rules work as expected.
Although I understand, that they use nginx in purpose. Maybe this is for better performance. I asked them to reconfigure the nginx using instructions from FAQ, but it’s a shared hosting and doesn’t support nginx configuration. So I use only Apache now. No issues.
Anyway the average load time increased, and I’m happy with result!
Thank you once again and good luck! My 5 stars for you!
Excellent! I’ll check it out!
Thank you for your great support!
Ok, I’ll make a request to a server support and report here the result.
Thank you!
This means that the redirections are working correctly.
Is it ok that https://arthemes.org/wp-content/directory-red/example.png is not redirected to “green” image as supposed?
Your server has some settings that additionally process files in JPG, PNG etc. Are you able to check it?
Any ideas where this can be?
Yes, check URLs please:
(Images are not exactly red and green, I just took two random images from upload directory and renamed them)https://arthemes.org/wp-content/directory-red/example.png – original “red” image
https://arthemes.org/wp-content/directory-red/example.png2 – redirected to “green” image
https://arthemes.org/wp-content/directory-green/example.png – original “green” image
https://arthemes.org/wp-content/directory-green/example.png2 – original “green” imageSo redirections for the .png2 file work, and not for the .png?
Yes, exactly.
/wp-content/.htaccess:<IfModule mod_rewrite.c> RewriteEngine On RewriteCond %{HTTP_ACCEPT} image/webp RewriteCond %{DOCUMENT_ROOT}/wp-content/directory-green/$1 -f RewriteRule directory-red/(.+)$ directory-green/$1 [T=image/webp] </IfModule>/wp-content/uploads/.htaccess:# BEGIN WebP Converter # ! --- DO NOT EDIT PREVIOUS LINE --- ! <IfModule mod_mime.c> AddType image/webp .webp </IfModule> <IfModule mod_rewrite.c> RewriteEngine On RewriteCond %{HTTP_ACCEPT} image/webp RewriteCond %{DOCUMENT_ROOT}/wp-content/uploads-webpc/$1.jpg.webp -f RewriteRule (.+)\.jpg$ /wp-content/uploads-webpc/$1.jpg.webp [T=image/webp] RewriteCond %{HTTP_ACCEPT} image/webp RewriteCond %{DOCUMENT_ROOT}/wp-content/uploads-webpc/$1.jpeg.webp -f RewriteRule (.+)\.jpeg$ /wp-content/uploads-webpc/$1.jpeg.webp [T=image/webp] RewriteCond %{HTTP_ACCEPT} image/webp RewriteCond %{DOCUMENT_ROOT}/wp-content/uploads-webpc/$1.png.webp -f RewriteRule (.+)\.png$ /wp-content/uploads-webpc/$1.png.webp [T=image/webp] </IfModule> <IfModule mod_expires.c> ExpiresActive On ExpiresByType image/webp "access plus 1 year" </IfModule> # ! --- DO NOT EDIT NEXT LINE --- ! # END WebP ConverterOhh, Mateusz, thanks, I have some experience in users/customers support, so I know how it’s important checking docs before asking.
Do you have any special settings on your server?
I guess something is special, but I don’t know what exactly.
Maybe you can guide me which settings should I check?BTW, my root
.htaccess:RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] # add a trailing slash to /wp-admin RewriteRule ^([_0-9a-zA-Z-]+/)?wp-admin$ $1wp-admin/ [R=301,L] RewriteCond %{REQUEST_FILENAME} -f [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^ - [L] RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-(content|admin|includes).*) $2 [L] RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L] RewriteRule . index.php [L]Pretty standard I guess.
Thanks!
Forum: Plugins
In reply to: [CodeMirror Blocks] Failed Mobile-friendly testHey Vicky!
Thanks for response and happy coding!
Forum: Plugins
In reply to: [Arconix FAQ] Constant names conflictThank you so much!
Forum: Reviews
In reply to: [Good Question] Nice and simpleThank you very much!
Forum: Reviews
In reply to: [Good Question] Just what I was looking for!Thank you! I’m very glad, that you found it 🙂
Forum: Reviews
In reply to: [Good Question] works as intentedThank you for interest. If you will use this plugin (in antispam purposes) and will have questions – feel free create new support threads.
Good Luck!
Forum: Reviews
In reply to: [Good Question] works as intentedHi, Tony!
Well, this not such plugin, which sends emails to users after registration. This plugin not register users at all. The plugin only checks whether a human is trying to register or spam bot. It is anti spam plugin – not the user registrator.
I can’t you help here!
You can leave your original 1 star. It’s not for me – the stars for people. The product is distributed free of charge as it is, without warranty of any kind – I do not get anything on the number of downloads or the number of good ratings. It makes no sense to blackmail me with that.
Good Luck!