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