• swiftlet

    (@swiftlet)


    For a non-wordpress Apache site, I can turn on SSI(server side includes) by
    “Options +Includes”, “XBitHack on”, and
    AddType text/html shtml
    AddHandler server-parsed .shtml

    change the file name to filename.shtml or “chmod +x” to use SSI.

    But for a WordPress site, I cannot change the file extension to .shtml, no way to chmod +x a post, and Apache is unlike Nginx, which can “ssi on” the whole location.
    May I know how to enable SSI for the Apache WordPress sites?

  • The topic ‘Apache WordPress sites, how to enable SSI?’ is closed to new replies.