Please remove those two blocks, and you should get rid of the error.
Best regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Well my ISP is free.fr
maybe the biggest one in france. I've seen a special version of serendipity for free.fr but I thought it was better to inform you of this problem and maybe find a durable solution.
I did exactly what you said and the installation worked like a charm. Thank's a lot Garvin.
Now, unfortunately, I have an internal server error, whatever the request may be in serendipity directory.
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Apache/ProXad [Aug 21 2006 20:09:20] Server at ffftffft.free.fr Port 80
Yes, many thanks. Maybe you could ask your free.fr support why this error comes, and how we should avoid it.
Now, unfortunately, I have an internal server error, whatever the request may be in serendipity directory.
That can happen if your .htaccess file contains 'bad' settings; you might need to remove it in your free.fr environment (you cannot use URL rewriting then).
Best regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
# BEGIN s9y
DirectoryIndex /blog/index.php
<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 s9y