Is there a way to use ssi on a cloud server or is it classified as dynamic content? I would like sections like title, nav or sidebar to be able to use one file.
example: I have some html files, they use the same header, I want to change "header.shtml" and all the files will be changed. Html sotrge files with S3.
enter code here<!--#include virtual="/includes/header.shtml" -->
Amazon S3 does not support SSI. All content hosted on S3 is static content.
You can process files locally before uploading them to S3 and process any code. Then, as soon as you get the final version, just upload it to S3.
Source: https://habr.com/ru/post/952647/More articles:Object functions not executed in LINQ to Entities expressions - c #replace img content with css - htmlAptana Warning "Missing semicolon" - javascriptTFS 2012 Continuous Integration Fails - Directory Is Not Empty - tfsWhy isn't Direct X content for SharpDX displayed when using the Maximized Window mode? - c #print BASE64 encoded image in FPDF document - phpRuby On Rails - Reusing Partial Error Message Submission - ruby | fooobar.comAdding a background image using "ng-style" in AngularJS - angularjsDefine arguments in which two numpy arrays intersect in Python - pythonWhy should a COM DLL export be marked "PRIVATE"? - c ++All Articles