Install on GoDaddy shared hosting
Posted: Sun Jun 19, 2016 2:37 am
Any help would be appreciated - I am stuck on Step 2 with the elusive "mime_content_type() support: OFF" block. As a shared hosting solution, I am unable to gain access to the php.ini file. Instead I must manage any modification through a .users.ini file. From what I can tell with my hosting the inclusion of the php_fileinfo is commented out globally by GoDaddy. I tried talking to their customer support tonight and received very little help.
I added both of the following to my ini:
extension = php_fileinfo.so
extension = php_fileinfo.dll
I also created a .htaccess file
php_value extension=php_fileinfo.dll
Any solution or am I dead in the water?
I added both of the following to my ini:
extension = php_fileinfo.so
extension = php_fileinfo.dll
I also created a .htaccess file
php_value extension=php_fileinfo.dll
Any solution or am I dead in the water?