Knowledge Base Installation & System Requirements When Gahela is installed in a sub-directory...

When Gahela is installed in a sub-directory links ending in .html or .htm return a 404 error

Author Bill Brewer
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]



Was this article helpful?

Yes
No