1 / 5

How To Enable Server Side Includes (SSI) in Apache - Ubiq BI

You can configure server side includes to add dynamic web content. Here is how to enable server side includes in Apache.<br>Visit: https://ubiq.co/tech-blog/how-to-enable-server-side-includes-ssi-in-apache/

21310
Télécharger la présentation

How To Enable Server Side Includes (SSI) in Apache - Ubiq BI

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. How To Enable Server Side Includes (SSI) in Apache Apache allows you to configure server side includes (SSI) to add dynamic web content, html code, and reuse them more efficiently. In this article, we will look at how to enable server side includes (SSI) in Apache.

  2. How To Enable Server Side Includes (SSI) in Apache Here are the steps to enable server side includes in Apache. Open .htaccess or server configuration file Before proceeding, please enable mod_rewrite (.htaccess) in your Apache web server. Open .htaccess file, typically located at /var/www/html/.htaccess Alternatively, if you have access to Apache configuration file, you can open it

  3. Enable Server Side Includes Add the following line to .htaccess. If you have opened server configuration file, add the following lines The above lines enable server side includes and instructs apache to look for server side includes in .html files. You can enable server side includes for other file types (e.g .shtml) also by adding following lines.

  4. Thank You Visit: https://ubiq.co/tech-blog/how-to-enable-server-side-includes-ssi-in-apache/

More Related