public
Description: PHP web notepad, like a wiki, saves every 2 seconds
Homepage: http://edit.sunfox.org/
Clone URL: git://github.com/sunny/edith.git
edith / .htaccess.example
100644 6 lines (5 sloc) 0.13 kb
1
2
3
4
5
6
RewriteEngine on
RewriteBase /edith/
RewriteRule ^index\.php $0 [L]
RewriteRule ^public/.*$ $0 [L]
RewriteRule ^.*$ index.php [L]