crazedsanity/cs-content/master/sample_files/public_html/.htaccess
php_value include_path ".:./lib:../lib/:../../lib"
php_value output_handler ob_gzhandler
DirectoryIndex content content.php index.php index.html
<files content>
ForceType application/x-httpd-php
</files>
<files projects>
ForceType application/x-httpd-php
</files>
RedirectMatch ^/index(.*) /content/index.php
RedirectMatch ^/svn(.*) /content/index.php
RedirectMatch ^/content.(.*) /content/index.$1
On Github License
Files