Jump to content

Recommended Posts

Hello, I'm trying to prevent malicious users from knowing that I am using a php.ini file in my site. I have placed these lines in .htaccess but when you fetch headers on that file, it returns a 302 error.

 

How can I send a 404 error instead of 302 ?

 

 

<Files ~ "\.(ini)$">

order allow,deny

deny from all

</Files>

Using a php.ini file in your website? I dont fully understand.

 

Can you not place the php.ini in a NON web accessible folder?

 

Here are the apache error codes:

http://wiki.kartbuilding.net/index.php/Apache#Apache_Error_Codes

 

403 means forbidden, which by your <Files> restriction code, seems correct.

 

-steve

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.