I am using a htaccess file in the root folder to use for " RewriteEngine On " arguements but I also have a folder below the root folder where I would like to use for directory file browsing so I have another htaccess file with the
"Options Indexes" arguement.
They are clashing as I now realise and the htaccess in the root folder with the rewrite engine arguement prevents the options indexes from working.
Is there a way I can allow dir browsing either using htaccess or another workaround in the folder which beneath the root folder?
I have a bunch of files in this folder which I want to allow users to browse and download their required files .