thanks, since you are so kind i will try yo explain better:
i am not trying to achieve htccess control on my development environment. my development environment is on my laptop where i have my SC license running, no trouble with this. let’s forget this machine 
All my questions regard my production server which is another machine running windows server 2008 R2. On this server i have mysql server community edition installed from oracle.
After that, i have tried to install the remaining part of the puzzle: a complete Apache+php environment. And here start the troubles.
On this server i have tried for many days to set up an environment (apache+php) suitable for applications developed with SC, first following this guide
https://suporte.scriptcase.com.br/index.php?/Knowledgebase/Article/View/677/0/setting-environment-manually-php-56---windows
But didn’t work at all. It always gave me not found!!
then, tired of this i switched trying with bundles like:
- xampp: since i already have mysql server installed, i installed only the apache+php modules but didn’t work at all. The applications did not work.
-Uniform server: same as xampp, i installed only apache + php but uniform now has php 7 and this gave me problems because SC is not compatible with php 7 and my applications did not work (i.e. Ajax text auto-complete did not work to say the least)
So, after some days struggling, SC support suggested me to use on the production server the installation package of SC which would have prepared a complete apache+php environment perfectly working for publish applications developed with SC.
SInce I would not have needed to use development on that machine (production server) they told me to erase the “scriptcase” folder from the path C:\Program Files (x86)\NetMake\v81\wwwroot of the newly installed package. this would have left me with the apache+php environment working, which is what i wanted.
I followed this instructions and, as a matter of fact since then i have an environment pefectly woking on production server.
Now, my initial question arises because apart from the folder where i publish my application, i wanted to set an htaccess protection on another folder and use it as some kind of stage area with a minimum protection. And here comes my initial question.
rememeber i am always talking about my production server.
I know this has been a work around from the beginning and i am not happy with this, but i could not afford to loose time, i had to focus on development.
I hope now i made myself clear and thank you again for your time, i don’t take it fro granted.