2008-06-06 14:20:44 -04:00
|
|
|
RewriteEngine On
|
|
|
|
|
2008-09-10 14:00:50 -04:00
|
|
|
# NOTE: change this to your actual Laconica path; may be "/".
|
|
|
|
|
|
|
|
RewriteBase /mublog/
|
|
|
|
|
2009-02-10 22:32:38 -05:00
|
|
|
RewriteCond %{REQUEST_FILENAME} !-f
|
|
|
|
RewriteCond %{REQUEST_FILENAME} !-d
|
|
|
|
RewriteRule (.*) index.php?p=$1 [L,QSA]
|
2009-01-20 23:15:18 -05:00
|
|
|
|
2008-07-20 07:20:32 -04:00
|
|
|
<FilesMatch "\.(ini)">
|
|
|
|
Order allow,deny
|
|
|
|
</FilesMatch>
|
|
|
|
|