| 开发者 | netfold |
|---|---|
| 更新时间 | 2026年5月22日 02:50 |
| 捐献地址: | 去捐款 |
| PHP版本: | 8.3 及以上 |
| WordPress版本: | 6.9 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
.htaccess rewrite rules. The original file URLs (like .jpg or .png) remain untouched in your source code./uploads, /themes, and /plugins directories..htaccess rules, immediately reverting your site to serving the original images. No lock-in!.po/.mo files for the Polish language. If your WordPress is set to Polish, the plugin dashboard will automatically translate itself - no extra downloads required!
netgold-avif-converter folder to the /wp-content/plugins/ directory, or install the plugin directly through the WordPress plugins screen.Absolutely not. The plugin generates a separate AVIF copy of your image in a dedicated hidden folder. It then uses server-level routing (.htaccess) to serve the AVIF file whenever a browser requests the original JPG/PNG. Your original files are 100% safe.
This means the plugin is working perfectly! Because the rewrite happens silently on the server level, the browser still requests the .jpg URL, but the server delivers the .avif payload. To verify, check the file size (it will be much smaller) or right-click the image on your site and select "Save image as..." — the browser will automatically suggest saving it as an .avif file.
No. The rewrite rules specifically check the Accept header of the visitor's browser. If a user visits with an outdated browser, they will seamlessly receive the original JPG or PNG file.
Just click "Start Bulk Conversion" again. Our smart queue system detects previously processed files and will automatically resume exactly where it left off without duplicating any work.
Your server must run PHP 8.3+ and have the GD extension compiled with AVIF support. The plugin includes a built-in diagnostic tool on the settings page to check this for you.
.htaccess and served blank 0-byte AVIF files for skipped images..nosave flag system. Excluded or unoptimized images now completely bypass the .htaccess rewrite rules, guaranteeing the original image is always safely served.uninstall.php routine to ensure a complete and clean removal of newly added plugin settings and .nosave marker files from the server..pot and .po files for English and Polish..htaccess routing with support for subdirectories and virtual paths.