Hello, how to close access or redirect when calling scripts in the name folder using .htaccess. So that the script is only connected using iclude php?

    1 answer 1

    It is possible to deny access so: to place in this folder an .htaccess file with such contents

    <Limit GET POST PUT> Order Allow,Deny Deny from All </Limit>