apache - .htaccess add exception to disabled CGI execution -



have website "protected folder" using .htaccess file. inside folder execution of cgis disabled, .htaccess follow

options -indexes -includes -execcgi addhandler cgi-script .php .pl .py .jsp .asp .htm .shtml .sh .cgi .php4 .php5 .js 

now i'm in need of executing php script in folder (overiding cgi disabling), lets suposse name of script is

my_script.php 

what best way maintain security in folder deniying execution rights scripts my_script.php?

i have full access .htaccess file can change want.
kind regards , lot in advance.
p:.


Comments

Popular posts from this blog

c# - how to write client side events functions for the combobox items -

exception - Python, pyPdf OCR error: pyPdf.utils.PdfReadError: EOF marker not found -