The structure of my website uses a subfolder for the joomla site, in this case jdas 4
The top level htaccess is at the top and admin tools creates an htaccess which in jdas4 which I have to disable to avoid redirects. How do I resolve this?
This is the top level htaccess
RewriteEngine on
RewriteOptions inherit
<Files 403.shtml>
order allow,deny
allow from all
</Files>
deny from 5.9.98.130
deny from 216.244.66.243
deny from 99.226.166.25
deny from 199.71.174.200
deny from 178.255.153.2
deny from 64.237.49.203
deny from 64.120.6.122
deny from 97.107.227.8
deny from 204.152.200.42
deny from 184.154.248.106
deny from 95.211.217.68
deny from 216.244.66.249
deny from 76.72.172.208
deny from 209.126.120.29
deny from 108.163.224.114
deny from 68.180.231.48
deny from 216.244.66.202
deny from 69.175.59.186
deny from 66.249.75.200
deny from 172.97.193.192
deny from 66.249.75.202
deny from 66.249.75.213
deny from 45.55.74.109
deny from 66.249.75.204
deny from 89.163.146.247
deny from 97.107.227.10
deny from 207.244.80.239
deny from 184.154.249.74
deny from 66.249.69.200
deny from 162.218.67.34
deny from 69.165.250.124
deny from 216.59.230.97
deny from 204.187.69.27
deny from 144.76.29.66
deny from 66.249.73.198
deny from 216.209.224.146
RewriteCond %{HTTP_HOST} ^drumbofair\.com$ [OR]
RewriteCond %{HTTP_HOST} ^www\.drumbofair\.com$
RewriteRule ^/?$ "https\:\/\/www\.drumbofair\.com\/jdas4" [R=301,L]
RewriteCond %{HTTP_HOST} ^drumbofair\.com$ [OR]
RewriteCond %{HTTP_HOST} ^www\.drumbofair\.com$
RewriteRule ^jdas3\/?$ "https\:\/\/www\.drumbofair\.com\/jdas4" [R=301,L]