The question is this. We have a page, for example /srr/ ; we also have a lighter version of the srr.html page. Now the question is: how to load the page /srr/ srr.html ?

    1 answer 1

    /srr/ is not a page, but the path to the directory with the site files.

    If you are using Apache, then there are two ways to accomplish what you want.

    1. mod_rewrite and there
    2. Add to the DirectoryIndex directive in the Apache srr.html configuration file. This is a bad option.