diff options
author | Evan Prodromou <evan@prodromou.name> | 2008-07-01 12:57:17 -0400 |
---|---|---|
committer | Evan Prodromou <evan@prodromou.name> | 2008-07-01 12:57:17 -0400 |
commit | 01ed8f5c8d9c68823e714b22ef2a8757faa1f893 (patch) | |
tree | f3e0310877c71eb6e4a413576e4047e031c3aa83 /htaccess.sample | |
parent | 2bb11987744812f794bb320a71658b61b2418a41 (diff) |
add documentation for OpenMicroBlogging
darcs-hash:20080701165717-84dde-084a3dfe99e58e57c4bb9cf5dcbd6b1ffeff00bb.gz
Diffstat (limited to 'htaccess.sample')
-rw-r--r-- | htaccess.sample | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/htaccess.sample b/htaccess.sample index 2179c5800..d57761709 100644 --- a/htaccess.sample +++ b/htaccess.sample @@ -8,6 +8,7 @@ RewriteRule ^doc/about$ index.php?action=doc&title=about [L,QSA] RewriteRule ^doc/faq$ index.php?action=doc&title=faq [L,QSA] RewriteRule ^doc/help$ index.php?action=doc&title=help [L,QSA] RewriteRule ^doc/im$ index.php?action=doc&title=im [L,QSA] +RewriteRule ^doc/openmublog$ index.php?action=doc&title=openmublog [L,QSA] RewriteRule ^doc/privacy$ index.php?action=doc&title=privacy [L,QSA] RewriteRule ^doc/source$ index.php?action=doc&title=source [L,QSA] |