I want to install other script in a subfolder on my root folder, where Oxwall is installed.
This code in root (oxwall) .htaccess works:
RewriteCond %{REQUEST_URI} !/subfolder1/subfolder2withanotherscript/
Is there any better code? I am asking because I know that there are many possible settings in .htaccess
Another question is, It is possible that these different .htaccess (one on root, second os subfolder) come into conflict?