• There is a problem on Windows Servers for Additional Files and Directories
    – Replace backslash by slash for files :
    simply-static\includes\tasks\class-ss-setup-task.php(103): $file_name = str_replace(“\\”, “/”, $file_name);

    Problem also for pages containing “section” html tag, not processed for style attribute:
    – Add : simply-static\includes\class-ss-url-extractor.php(49): ‘section’ => array( ‘style’ ),

Viewing 1 replies (of 1 total)
  • Hi vprevostleclerc,

    I’ll work on getting that backslash-on-Windows issue fixed with one of the next releases.

    I’ll also make a note to look at adding the style attribute for the section tag.

    Thanks!
    Scott

Viewing 1 replies (of 1 total)
  • The topic ‘Problem on Windows server & section html tag not been processed’ is closed to new replies.