gnu-social/htaccess.sample
2009-02-10 22:32:38 -05:00

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>