Disable php functions via .htaccess

后端 未结 4 966
北荒
北荒 2020-12-21 16:28

I want to disable few php functions only in a specific folder, I thought of using htaccess:

For example I have tried adding this line:

php_admin_value disab

4条回答
  •  天涯浪人
    2020-12-21 17:06

    in your .htaccess put

    php_admin_value disable_functions " "

    This is only if you are allow to do so. Give it a shot.

提交回复
热议问题