amazon web services - Using server side includes or ssi ,AWS S3 -
is there way use ssi on cloudfront or or categorized dynamic content? have sections header, nav or sidebar able use 1 file.
example:i have html files,they use same "header" section,i want change "header.shtml" , files change. html files sotrge s3.
enter code here<!--#include virtual="/includes/header.shtml" -->
amazon s3 not support ssi. content hosted on s3 static content.
you process files locally before upload them s3 , handle code includes. then, once have final version, upload s3.
Comments
Post a Comment