Thread Starter
knzzz
(@knzzz)
Also, the plugin was working till morning. I also did update all the pending updates. I do have WP Total Cache entries in my .htaccess file. Also, I have no rule that disables rewrites!
Thread Starter
knzzz
(@knzzz)
Hello, I just found out that the htaccess files are repeatedly getting cleared after saving from FAQ (Configuration for Multisite Network). I still have FAQ (How to change .htaccess rules?) code in my functions.php. Should I remove it after saving?
Hello @knzzz,
Thanks for your message.
I have released an update that corrects the .htaccess file overwriting error for the WordPress Multisite Network.
Try to manually configure your website now.
Best,
Mateusz
Thread Starter
knzzz
(@knzzz)
Hello,
Thank you very much!
The settings page still shows the error for me.
Should I keep this code in functions.php?
add_filter( 'webpc_htaccess_mod_rewrite', function( $rules, $path ) {
return '';
}, 10, 2 );
add_filter( 'webpc_htaccess_mod_mime', function( $rules ) {
return '';
} );
add_filter( 'webpc_htaccess_rules', function( $rules, $path ) {
return '';
}, 10, 2 );
Or should I remove it? When I keep these code it, the .htaccess files get cleared and images served are jpg. If I delete these code, the error in plugin page goes away, but images served are still jpg.
@knzzz Remove these filters from your functions.php file.
Can you give me the URL of your website?
Thread Starter
knzzz
(@knzzz)
I removed it. But the problem persists.
https://www.center plast.de/
@knzzz From what I can see, everything on your website works fine.