Are Server-Side Includes enabled in the standard HTML, CSS, and JS Replit? If no, is it possible to enable them?
Thanks!
Todd
Are Server-Side Includes enabled in the standard HTML, CSS, and JS Replit? If no, is it possible to enable them?
Thanks!
Todd
Normally, I’d say try it and see, but I think the answer is no.
Server-side includes are simple interpreted server-side scripting… (source: wikipedia)
Because of the many mentions of server-side things, I’m inclined to say that it does not work on frontend. It also mentions later in the article:
It is supported by Apache, LiteSpeed, nginx, IIS as well as W3C’s Jigsaw. (source: wikipedia)
Which means that it has limited compatibility – all of them being backend servers.
Hope this helps!