Skip to content

Instantly share code, notes, and snippets.

@sirleech
Created February 13, 2012 03:55
Show Gist options
  • Save sirleech/1813497 to your computer and use it in GitHub Desktop.
Save sirleech/1813497 to your computer and use it in GitHub Desktop.
Apache SSI (Server Side Includes)
Apache Mods Required
a2enmod rewrite
a2enmod include
Virtual Host: SSI Includes, AllowOverride All, index.php
Options Indexes FollowSymLinks MultiViews
AllowOverride All
Order allow,deny
allow from all
# ssi
Options +Includes
DirectoryIndex index.shtml index.html index.php
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment