soult / ewiki forked from patrikf/ewiki

Simple PHP Wiki using git as storage backend (native php only)

This URL has Read+Write access

ewiki / .htaccess
100644 7 lines (4 sloc) 0.098 kb
1
2
3
4
5
6
7
 
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ index.php