Is it possible to override parent folder .htaccess rules with child php.ini or some other file except .htaccess? What I have is:
/var/www/site/static/.htaccess
/var/www/site/static/abc/
/var/www/site/static/abc/def/(I have access to this)
I have access to def folder in above structure, can I override parent .htaccess rules which blocks all executable files like php, pl, py, asp, etc? How can I enable rules to execute php files in this directory without creating .htaccess?