I'm going to be making a website for this business and they require the websites content to be updated quite frequently.
They asked me to make it so theres a way to edit the content of the website web based. I was thinking about using Server Side Includes to do this. Possibly for each page lets say main.html, have a main.txt file that holds the content and in the main.html add the server side include code. Then in the web-based program, I could make it edit that main.txt file.
Since this is a pretty important website, are there any real security risks using Server Side Includes or any other security risks that I don't know about if I choose to do it this way? Any other safer ways to do this web-based content editor?