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