public
Description: Command-line blog engine
Homepage: http://rcrowley.org/2008/09/03/bashpress
Clone URL: git://github.com/rcrowley/bashpress.git
bashpress / httpd.conf
100644 8 lines (6 sloc) 0.255 kb
1
2
3
4
5
6
7
8
php_value include_path /work/www/bashpress/include:/usr/share/php/smarty
php_value magic_quotes_gpc Off
php_value error_reporting 2047
 
RewriteEngine On
RewriteCond %{DOCUMENT_ROOT}/%{REQUEST_URI} !-f
RewriteRule ^(.*)$ /__banzai__.php?__url__=$1 [L,QSA]