diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2009-08-26 03:33:43 -0400 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2009-08-26 03:33:43 -0400 |
commit | e3a53251c08ce5245f098bb37ca955016d9d57a0 (patch) | |
tree | f01f3542a4d25e9973ad7e684c6e7ee0f520b5b2 /htaccess.sample | |
parent | ff01140d7163e1831adf9fc1bf5625afbee76a37 (diff) |
last scrub of Laconica -> StatusNet
Diffstat (limited to 'htaccess.sample')
-rw-r--r-- | htaccess.sample | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/htaccess.sample b/htaccess.sample index 942e98334..37eb8e01e 100644 --- a/htaccess.sample +++ b/htaccess.sample @@ -1,7 +1,7 @@ <IfModule mod_rewrite.c> RewriteEngine On - # NOTE: change this to your actual Laconica path; may be "/". + # NOTE: change this to your actual StatusNet path; may be "/". RewriteBase /mublog/ |