Site Requesting for Download while opening

When you are opening your Website if it prompts to download the file name "download" there is an issue in your .htaccess file Please goto your filemanager and edit your .htaccess code

You can able to find the following code 
 

# php -- BEGIN cPanel-generated handler, do not edit
# Set the “ea-php56” package as the default “PHP” programming language.
<IfModule mime_module>
  AddType application/x-httpd-ea-php56 .php .php5 .phtml
</IfModule>
# php -- END cPanel-generated handler, do not edit
 
Kindly remove the following code and Save the .htaccess file

Now you can try to access your site it should work (Make sure you have cleared your browser cache)

If your sites shows 500 error make sure you are using proper PHP Version
  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

Addon Domains In cPanel

Hello Clients,Are you trying to Add an Domain in your cpanel using addon Domain Option?Before...

Alternative for PhpMyadmin > Chive

Chive is a modern Open-Source MySQL Data Management tool. With it's fast and elaborate user...

Clearing cookies/Cache on your Browser

Hello Clients,This article will help you to Mass Refresh your browser to clear the cache.We faced...

Custom PHP Limits using .user.ini

To add custom php limits like memory limit,Upload limit You can do it from .user.ini fileCreate a...

Enable Gzip To Speedup the Loading time

HelloMod_deflate is an apache module that can be used to compress data using gzip compression...