Topic: .htaccess issues
Hello I have a problem with htaccess files, htaccess files that are located in subfolders of the vhost are not working properly.
For example:
example.com/.htaccess -> processed fine
example.com/subfolder/.htaccess -> completely ignored
example.com:8888/subfolder/.htaccess -> processed fine
It is clearly that there is a trouble in nginx so because I want to continue use both .htaccess in subfolders and nginx I would love to hear a workaround for this issue.
Thanks in advance