Created
February 13, 2012 03:55
-
-
Save sirleech/1813497 to your computer and use it in GitHub Desktop.
Apache SSI (Server Side Includes)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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