When Gahela is installed in a sub-directory links ending in .html or .htm return a 404 error
Created
To fix this remove the html, and html options from the .htaccess in the directory where Gahela is installed. For example, public_html/gahela/.htaccess:
Change this line:
RewriteCond %{REQUEST_FILENAME} !\.(woff|woff2|ttf|otf|eot|svg|htm?l|xml|pem)$ [NC]
to:
RewriteCond %{REQUEST_FILENAME} !\.(woff|woff2|ttf|otf|eot|svg|xml|pem)$ [NC]