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 532,354 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 168,811 views tags: deprecation discontinue end php upgrade

How do I increase my file size limit in my PHP application?
Knowledgebase Article 646,691 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 233,242 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 424,908 views tags: htaccess php

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

How do I redirect users to another page using PHP?
Knowledgebase Article 945,866 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 123,707 views tags: admin development dns file hosts ip test

How do I change the PHP environment for my site with php.ini?
Knowledgebase Article 821,930 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 198,315 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 189,012 views tags: include php remote url