What is the main difference between .html and .ssi? In what kinds of situations should I use .ssi (server side include)? I’d love examples.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
SSI is also other server pages like ASP, JSP, PHP which runs and processed in server side.
Some servers capable of running SSI files like Nucleus Web server etc.
The SSI file can contain all the tags or code as like HTML. Optionally can include server side tags to be processed from server.
If you dont have any server side calls, then should create simple HTML file.