ERROR 9042: .htaccess file not writable

After I upgraded to the new version (1.9.1), I often get the error message “ERROR 9042: .htaccess file not writable.”


I used the “Fix Permissions” feature in the filemanager but not overcome.

what is output of ls -la /home/domain.com/public_html/.htaccess

what is output of `ls -la /home/domain.com/public_html/.htaccess`

-rw-r–r–
And, there are websites that have been working for a long time, but today an error occurred

And who is owner of this file ?

And who is owner of this file ?

-rw-r–r-- 1 xaydung xaydung 1855 Oct 30 17:22 .htaccess

Can you edit rewrite rules from website lanucher in CyberPanel?

Can you edit rewrite rules from website lanucher in CyberPanel?
Yes, I can!

.

Possible bug in OpenLiteSpeed, will get back to you

Can you create php file and see result

<?php

system(whoami);

?>