.htaccess is not the preferred method according to Apache 2.4 documentation, and will cause performance issues as Apache will have to search every directory for .htaccess. .htaccess needs to be migrated to either a separate config file and/or setup in a VirtualHost block.
.htaccess is not the preferred method according to Apache 2.4 documentation, and will cause performance issues as Apache will have to search every directory for .htaccess. .htaccess needs to be migrated to either a separate config file and/or setup in a VirtualHost block.