gnu-social/htaccess.sample

15 lines
273 B
Plaintext
Raw Normal View History

RewriteEngine On
# 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]
<FilesMatch "\.(ini)">
Order allow,deny
</FilesMatch>