HostGator Web Hosting Help

Protecting the php.ini file from being viewed

To prevent people to viewing your php.ini file via a browser a few lines need to be pasted into the .htaccess file.
  1. Log in to your HostGator cPanel account.
  2. Click on File Manager (if prompted, select the checkbox to view hidden files)
  3. Double-click on the public_html folder to open it
  4. Right-click on the .htaccess file and then select the "Edit".
  5. Paste the following code into the bottom of the file and then click save:

<Files php.ini>
              Order allow,deny
              Deny from all
            </Files>
Now your php.ini file is protected. This change prevents php hackers from finding exploits on your site.



Was this resource helpful?

Did this resolve your issue?


Please add any other comments or suggestions about this content:





Recommended Help Content

This article will explain how to run php and other file types using Cron jobs.
Knowledgebase Article 514,527 views tags: cron file jobs php

Many popular website platforms use PHP for rendering their content. It’s common for these sites to have automatic update tools to ensure that they work with the latest version of PHP, however sometimes a theme or plugin for these services may prevent them from updating or may not work with a newer
Knowledgebase Article 141,016 views tags: deprecation discontinue end php upgrade

How do I increase my file size limit in my PHP application?
Knowledgebase Article 624,793 views tags: optimize php upload uploads

Related Help Content

Script executed with a cron job requires a specific php.ini file to be used.
Knowledgebase Article 218,159 views tags: command cron cronjob crontab custom line optimizer php zend

This article will explain how to add a PHP handler to your .htaccess files. This is useful if you want to customize the version of PHP that runs your PHP files.
Knowledgebase Article 388,359 views tags: htaccess php

How can I adjust the php settings specifically for an Addon Domain?
Knowledgebase Article 319,233 views tags: domain php

How do I redirect users to another page using PHP?
Knowledgebase Article 918,317 views tags: header location php redirect redirects

The hosts file is a plain text file that allows you to set IP Addresses for a domain on your computer. This may override authoritative DNS.
Knowledgebase Article 100,085 views tags: admin development dns file hosts ip test

How do I change the PHP environment for my site with php.ini?
Knowledgebase Article 796,241 views tags: configuration ini php server

This article will outline which PHP PEAR Packages are installed and how you can install additional PHP PEAR Packages.
Knowledgebase Article 183,060 views tags: package pear php

In the newer versions of PHP, they have included a new directive to control and handle remote includes. We disable this option, by default, which may affect some of your PHP scripts.
Knowledgebase Article 172,799 views tags: include php remote url