FastDomain - Protecting the php.ini file from being viewed
 

FastDomain 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 FastDomain 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 524,892 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 159,158 views tags: deprecation discontinue end php upgrade

How do I increase my file size limit in my PHP application?
Knowledgebase Article 636,535 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 226,189 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 407,732 views tags: htaccess php

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

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

How do I change the PHP environment for my site with php.ini?
Knowledgebase Article 810,021 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 191,560 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 182,138 views tags: include php remote url