I took a look at the .htaccess file which is in /blog and I found the reason why it doesnt works:
Code: Select all
# BEGIN s9y
DirectoryIndex /blog/index.php
php_value session.use_trans_sid 0
php_value register_globals off
<Files *.tpl.php>
deny from all
</Files>
<Files *.tpl>
deny from all
</Files>
<Files *.sql>
deny from all
</Files>
<Files *.inc.php>
deny from all
</Files>
<Files *.db>
deny from all
</Files>
# END s9yI use Serendipity 1.0 Beta 2 on a Debian 3.1 System together with Apache2.