• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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