Forum replies created

    Michael Chmilar
    Spectator
    Posts: 3
    04.08.2015 at 23:50 #19637

    Perfect!

    Michael Chmilar
    Spectator
    Posts: 3
    04.08.2015 at 23:49 #19636

    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.

    Michael Chmilar
    Spectator
    Posts: 3
    18.07.2015 at 22:04 #19034

    Fantastic. That fixes the problem.

    I also applied the same change (adding the !important flag) to H1 – H6.

    Thanks-you.