Forum replies created
Perfect!
In reply to
404.3 errors related to fonts under alora
It seems that Microsoft IIS does not like to serve http requests from folders/directories that do not contain some kind of web page. My solution is to add a simple index.php file to themes/alora/fonts and the subfolders under it:
<?php
// Silence is golden.
?>
I am no longer getting error messages in the log that refer to files located in these folders.
Fantastic. That fixes the problem.
I also applied the same change (adding the !important flag) to H1 – H6.
Thanks-you.