<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	 xmlns:media="http://search.yahoo.com/mrss/" >

<channel>
	<title>Enable Server Side Includes in Windows 11 &#8211; Winsides.com</title>
	<atom:link href="https://winsides.com/tag/enable-server-side-includes-in-windows-11/feed/" rel="self" type="application/rss+xml" />
	<link>https://winsides.com</link>
	<description>Windows Insides</description>
	<lastBuildDate>Sun, 18 Aug 2024 04:59:34 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	

<image>
	<url>https://winsides.com/wp-content/uploads/2024/05/cropped-android-chrome-512x512-1-150x150.png</url>
	<title>Enable Server Side Includes in Windows 11 &#8211; Winsides.com</title>
	<link>https://winsides.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Enable Server Side Includes [SSI] in Windows 11</title>
		<link>https://winsides.com/enable-server-side-includes-ssi-in-windows-11/</link>
					<comments>https://winsides.com/enable-server-side-includes-ssi-in-windows-11/#respond</comments>
		
		<dc:creator><![CDATA[Vigneshwaran Vijayakumar]]></dc:creator>
		<pubDate>Sun, 18 Aug 2024 04:53:01 +0000</pubDate>
				<category><![CDATA[Windows Features]]></category>
		<category><![CDATA[Enable Server Side Includes in Windows 11]]></category>
		<category><![CDATA[How to Enable in Windows 11]]></category>
		<category><![CDATA[windows 11]]></category>
		<guid isPermaLink="false">https://winsides.com/?p=1910</guid>

					<description><![CDATA[Imagine you’ve got a website with 50 pages, all sharing the same header, footer, or menu. If you need to update any of these elements, normally you&#8217;d have to edit all 50 pages, super tedious, right? Instead of editing each page every time you make a change, Server Side Includes, known as SSI, lets you [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p>Imagine you’ve got a website with 50 pages, all sharing the same header, footer, or menu. If you need to update any of these elements, normally you&#8217;d have to edit all 50 pages, super tedious, right? Instead of editing each page every time you make a change, <strong>Server Side Includes</strong>, known as SSI, lets you automatically include these common elements from a single file into multiple pages. It is like a <strong>handy little trick</strong> for <strong>web developers</strong> that helps you keep your website’s content organized and consistent without having to copy and paste the same pieces of code everywhere. This article will walk you through the simple steps on <strong>How to Enable SSI in Windows 11</strong>. Let&#8217;s get started!</p>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<h2 class="wp-block-heading">Key Steps:</h2>



<ul class="wp-block-list">
<li>You can access Windows Features using the following <strong>Run</strong> Command. <code>appwiz.cpl</code></li>



<li>Once you on the <strong>Windows Features</strong> dialog box, expand the <strong>Internet Information Services</strong> node. </li>



<li>You can find <strong>World Wide Web Services</strong>, expand it and finally expand <strong>Application Development Features</strong>. </li>



<li>There you can find <strong>Server-Side Includes</strong> which you can then enable by clicking on the <strong>checkbox</strong> next to it. </li>



<li>That is it. Server Side Includes is now enabled in your Windows 11. You can start using it!</li>
</ul>
</blockquote>



<h2 class="wp-block-heading">What&#8217;s so cool about SSI in Windows 11?</h2>



<figure class="wp-block-image aligncenter size-large"><img fetchpriority="high" decoding="async" width="1024" height="576" src="https://winsides.com/wp-content/uploads/2024/08/Why-SSI-is-awesome-1024x576.jpg" alt="Why SSI is awesome" class="wp-image-1916" title="Why SSI is awesome" srcset="https://winsides.com/wp-content/uploads/2024/08/Why-SSI-is-awesome-1024x576.jpg 1024w, https://winsides.com/wp-content/uploads/2024/08/Why-SSI-is-awesome-300x169.jpg 300w, https://winsides.com/wp-content/uploads/2024/08/Why-SSI-is-awesome-768x432.jpg 768w, https://winsides.com/wp-content/uploads/2024/08/Why-SSI-is-awesome-1536x864.jpg 1536w, https://winsides.com/wp-content/uploads/2024/08/Why-SSI-is-awesome-390x220.jpg 390w, https://winsides.com/wp-content/uploads/2024/08/Why-SSI-is-awesome.jpg 1920w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption class="wp-element-caption">Why SSI is awesome</figcaption></figure>



<p>SSI in Windows 11 makes web development smoother, faster, and more efficient. It’s like having a set of shortcuts that let you manage your site’s content with minimal effort while keeping everything organized and consistent.</p>



<h3 class="wp-block-heading">Easy Content Management and Consistency:</h3>



<p>As mentioned in the introduction paragraph, imagine you’ve got a website with 50 pages, all sharing the same header, footer, or menu. With SSI, you update the single file containing the header; boom, all 50 pages get updated automatically. <strong>It’s like magic for your web content!</strong> In this way, it helps you maintain a uniform design across your entire site which is key for a <strong>professional looking website</strong>. </p>



<h3 class="wp-block-heading">Code Simplification &amp; Quick Updations:</h3>



<p>Web pages can get <strong>cluttered with repetitive code</strong>, making them harder to manage and more prone to errors. SSI lets you clean up your HTML by pulling repetitive content from separate files.</p>



<p>SSI is a lifesaver when it comes to making <strong>quick updates across multiple pages</strong>. Need to add a new link to your footer? Change your site’s tagline? With SSI, you can do it in seconds, and the change will reflect across all pages that include that file. It may look easy for a WordPress Website or other Content Management Systems, but for a <strong>static website</strong>, it really can save a lot of time and effort. </p>



<h3 class="wp-block-heading">Integration with Internet Information Services [IIS]:</h3>



<p>Since SSI is integrated with <a href="https://winsides.com/enable-internet-information-services-iis-in-windows-11/" data-type="post" data-id="21">Internet Information Services (IIS) in Windows 11</a>, it’s easy to enable and start using it making it a <strong>reliable and scalable tool</strong>. </p>



<h2 class="wp-block-heading">Turn on Server Side Includes in Windows 11 &#8211; Simple Steps:</h2>



<p>Since SSI is mainly used in Web Development, specifically for creating dynamic web pages, not all Windows users use this and hence it is available as an Optional Feature in Windows 11. To enable this feature in Windows 11, You’ll need to get into the Windows Features. Here are the steps. </p>



<ul class="wp-block-list">
<li>Go to the Start menu and open <strong>Run Command</strong>. You can also use the <strong><kbd>Win Key + R</kbd></strong> Shortcut. Execute the following in the run command. <strong><code>appwiz.cpl</code></strong></li>
</ul>



<figure class="wp-block-image aligncenter size-full"><img decoding="async" width="489" height="299" src="https://winsides.com/wp-content/uploads/2024/06/appwiz.cpl_.webp" alt="appwiz.cpl" class="wp-image-1218" title="appwiz.cpl" srcset="https://winsides.com/wp-content/uploads/2024/06/appwiz.cpl_.webp 489w, https://winsides.com/wp-content/uploads/2024/06/appwiz.cpl_-300x183.webp 300w" sizes="(max-width: 489px) 100vw, 489px" /><figcaption class="wp-element-caption">appwiz.cpl</figcaption></figure>



<ul class="wp-block-list">
<li>The <strong>Programs and Features</strong> window will pop up now. On the <strong>left pane</strong>, you can find <strong>Turn Windows Features on or off</strong>. Click on that. </li>
</ul>



<figure class="wp-block-image aligncenter size-full"><img decoding="async" width="1002" height="604" src="https://winsides.com/wp-content/uploads/2024/06/Turn-on-Windows-Features-on-or-off.webp" alt="Turn Windows Features on or off" class="wp-image-1219" title="Turn Windows Features on or off" srcset="https://winsides.com/wp-content/uploads/2024/06/Turn-on-Windows-Features-on-or-off.webp 1002w, https://winsides.com/wp-content/uploads/2024/06/Turn-on-Windows-Features-on-or-off-300x181.webp 300w, https://winsides.com/wp-content/uploads/2024/06/Turn-on-Windows-Features-on-or-off-768x463.webp 768w, https://winsides.com/wp-content/uploads/2024/06/Turn-on-Windows-Features-on-or-off-780x470.webp 780w" sizes="(max-width: 1002px) 100vw, 1002px" /><figcaption class="wp-element-caption">Turn Windows Features on or off</figcaption></figure>



<ul class="wp-block-list">
<li>From the list of services available, you can find Internet Information Services, usually located in the top section in almost all Windows 11 editions. Expand <strong>Internet Information Services</strong>. </li>
</ul>



<figure class="wp-block-image aligncenter size-full"><img loading="lazy" decoding="async" width="767" height="539" src="https://winsides.com/wp-content/uploads/2024/07/Expand-IIS.webp" alt="Expand IIS" class="wp-image-1624" title="Enable Server Side Includes [SSI] in Windows 11 1" srcset="https://winsides.com/wp-content/uploads/2024/07/Expand-IIS.webp 767w, https://winsides.com/wp-content/uploads/2024/07/Expand-IIS-300x211.webp 300w" sizes="auto, (max-width: 767px) 100vw, 767px" /><figcaption class="wp-element-caption">Expand IIS</figcaption></figure>



<ul class="wp-block-list">
<li>Now, you can find 3 sub-nodes, <strong>FTP Server</strong>, <strong>Web Management Tools</strong>, and <strong>World Wide Web Services</strong>. Expand World Wide Web Services. </li>
</ul>



<figure class="wp-block-image aligncenter size-full"><img loading="lazy" decoding="async" width="766" height="540" src="https://winsides.com/wp-content/uploads/2024/07/Expand-World-Wide-Web-Services.webp" alt="Expand World Wide Web Services" class="wp-image-1625" title="Expand World Wide Web Services" srcset="https://winsides.com/wp-content/uploads/2024/07/Expand-World-Wide-Web-Services.webp 766w, https://winsides.com/wp-content/uploads/2024/07/Expand-World-Wide-Web-Services-300x211.webp 300w" sizes="auto, (max-width: 766px) 100vw, 766px" /><figcaption class="wp-element-caption">Expand World Wide Web Services</figcaption></figure>



<ul class="wp-block-list">
<li>The next step is to expand the <strong>Application Development Features</strong> which contains the Server-Side Includes. </li>
</ul>



<figure class="wp-block-image aligncenter size-full"><img loading="lazy" decoding="async" width="751" height="513" src="https://winsides.com/wp-content/uploads/2024/07/Expand-Application-Development-Features.webp" alt="Expand Application Development Features" class="wp-image-1627" title="Expand Application Development Features" srcset="https://winsides.com/wp-content/uploads/2024/07/Expand-Application-Development-Features.webp 751w, https://winsides.com/wp-content/uploads/2024/07/Expand-Application-Development-Features-300x205.webp 300w, https://winsides.com/wp-content/uploads/2024/07/Expand-Application-Development-Features-220x150.webp 220w" sizes="auto, (max-width: 751px) 100vw, 751px" /><figcaption class="wp-element-caption">Expand Application Development Features</figcaption></figure>



<ul class="wp-block-list">
<li>On Application Development Features, Locate <strong>Server-Side Includes</strong>, click on the checkbox to enable it, and finally, click <strong>OK</strong>. </li>
</ul>



<figure class="wp-block-image aligncenter size-full"><img loading="lazy" decoding="async" width="760" height="610" src="https://winsides.com/wp-content/uploads/2024/08/Enable-Server-Side-Includes-in-Windows-11.png" alt="Enable Server Side Includes in Windows 11" class="wp-image-1920" title="Enable Server Side Includes in Windows 11" srcset="https://winsides.com/wp-content/uploads/2024/08/Enable-Server-Side-Includes-in-Windows-11.png 760w, https://winsides.com/wp-content/uploads/2024/08/Enable-Server-Side-Includes-in-Windows-11-300x241.png 300w" sizes="auto, (max-width: 760px) 100vw, 760px" /><figcaption class="wp-element-caption">Enable Server Side Includes in Windows 11</figcaption></figure>



<ul class="wp-block-list">
<li>Windows will search for the required files.</li>
</ul>



<figure class="wp-block-image aligncenter size-full"><img loading="lazy" decoding="async" width="784" height="660" src="https://winsides.com/wp-content/uploads/2024/06/Searching-for-the-Required-Files.webp" alt="Searching-for-the-Required-Files" class="wp-image-1223" title="Enable Server Side Includes [SSI] in Windows 11 2" srcset="https://winsides.com/wp-content/uploads/2024/06/Searching-for-the-Required-Files.webp 784w, https://winsides.com/wp-content/uploads/2024/06/Searching-for-the-Required-Files-300x253.webp 300w, https://winsides.com/wp-content/uploads/2024/06/Searching-for-the-Required-Files-768x647.webp 768w" sizes="auto, (max-width: 784px) 100vw, 784px" /><figcaption class="wp-element-caption">Searching for the required files</figcaption></figure>



<ul class="wp-block-list">
<li>After that, the Windows system will apply the necessary changes.</li>
</ul>



<figure class="wp-block-image aligncenter size-full"><img loading="lazy" decoding="async" width="875" height="678" src="https://winsides.com/wp-content/uploads/2024/01/Applying-Changes.jpg" alt="Applying Changes" class="wp-image-36" title="Enable Server Side Includes [SSI] in Windows 11 3" srcset="https://winsides.com/wp-content/uploads/2024/01/Applying-Changes.jpg 875w, https://winsides.com/wp-content/uploads/2024/01/Applying-Changes-300x232.jpg 300w, https://winsides.com/wp-content/uploads/2024/01/Applying-Changes-768x595.jpg 768w" sizes="auto, (max-width: 875px) 100vw, 875px" /><figcaption class="wp-element-caption">Applying Changes</figcaption></figure>



<ul class="wp-block-list">
<li>Click <strong>Restart</strong> if you are prompted to restart or click <strong>Close</strong> accordingly. However, it is suggested that the changes be restarted right away so that they will be reflected.</li>
</ul>



<figure class="wp-block-image aligncenter size-full"><img loading="lazy" decoding="async" width="781" height="651" src="https://winsides.com/wp-content/uploads/2024/07/image.webp" alt="Close" class="wp-image-1841" title="Enable Server Side Includes [SSI] in Windows 11 4" srcset="https://winsides.com/wp-content/uploads/2024/07/image.webp 781w, https://winsides.com/wp-content/uploads/2024/07/image-300x250.webp 300w, https://winsides.com/wp-content/uploads/2024/07/image-768x640.webp 768w" sizes="auto, (max-width: 781px) 100vw, 781px" /><figcaption class="wp-element-caption">Close</figcaption></figure>



<ul class="wp-block-list">
<li>That is it. Server-Side Includes is now enabled in your <strong>Windows 11</strong>.</li>
</ul>


<p><strong>Interesting Facts</strong>:<br />
SSI commands are special directives that you place inside your HTML files to tell the server to perform specific actions. The difference in the extensions (.stm, .shtm, .shtml) is mostly historical and stylistic, but they all serve the same purpose of indicating that the files might contain server-side directives that need to be processed before being sent to the user&#8217;s browser.</p>



<h2 class="wp-block-heading">Take away:</h2>



<p><strong>Server Side Includes in Windows 11</strong> makes web development <strong>smoother, faster, and more efficient</strong>. It’s like having a set of shortcuts that let you manage your site’s content with minimal effort while keeping everything organized and consistent. If you like this article, <strong>give us a review</strong>, and if you have any queries, do let us know in the <strong>comment section</strong>, for more interesting articles, stay tuned to <a href="https://winsides.com">winsides.com</a>. <strong>Happy Coding! Peace out!</strong></p>
]]></content:encoded>
					
					<wfw:commentRss>https://winsides.com/enable-server-side-includes-ssi-in-windows-11/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
