• 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
  • Inviting everyone to the UX test of a new security feature in the WP Toolkit
    For WordPress site owners, threats posed by hackers are ever-present. Because of this, we are developing a new security feature for the WP Toolkit. If the topic of WordPress website security is relevant to you, we would be grateful if you could share your experience and help us test the usability of this feature. We invite you to join us for a 1-hour online session via Google Meet. Select a convenient meeting time with our friendly UX staff here.

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