• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Sitebuilder crating invalid htaccess file.

M

Menta3K

Guest
Sometimes when i publish a site its creates a .htaccess file with:
php_value mbstring.func_overload 4
We got internal server error because php_value is only usable when php is installed as apache handler and our server is runnning php as fcgi

Bellow is my check.php output:
ioncube=ok os= phpVersion=5.2.5 mbstring=ok zlib=ok session=ok dom=ok domxml_xslt=ok sqlite=2.8.17 sqliteEncoding=iso8859 gd_png=ok gd_gif=ok gd_jpg=ok gd_wbmp=ok gd=2.0.34 safe_mode=ok mail=ok curl=ok serverApi=CGI folder_permissions_data=ok

Can i do anything to prevent the creation of the .htaccess file or maybe i change something in php configuration ?
 
Back
Top