why does /tmp have its own .htaccess file?

Options -Indexes

<FilesMatch "^.*\.php|.*\.html$">

ForceType application/x-httpd-php-source

</FilesMatch>
why?  does it need this in the main .htaccess file as per unique server config to overcome some defecit?  does it slow things down by not having this code in my main .htaccess ?  

or is this a unique .htaccess generated by the scripts just for the tmp directory?

  • 632
  • More
Replies (1)
    Login or Join to comment.