15 lines
273 B
Plaintext
15 lines
273 B
Plaintext
RewriteEngine On
|
|
|
|
# NOTE: change this to your actual Laconica path; may be "/".
|
|
|
|
RewriteBase /mublog/
|
|
|
|
RewriteCond %{REQUEST_FILENAME} !-f
|
|
RewriteCond %{REQUEST_FILENAME} !-d
|
|
RewriteRule (.*) index.php?p=$1 [L,QSA]
|
|
|
|
<FilesMatch "\.(ini)">
|
|
Order allow,deny
|
|
</FilesMatch>
|
|
|