I have an AEM project, which is running on Apache web server. I got an requirement to add .htaccess file at some directory location (page path). Need to know as if where this .htaccess file should be written.
I had gone through the documentations on Adobe and also followed sample WKND project.As per my assumptions, .htaccess files are not present in AEM dispatcher setup and we need to add those lines of code inside vhost file for the specific website. I know, it could be a general and silly question - but, need to know and any guidance will be appreciated.