Thanks a lot ! And sorry for all those stupid questions. It works fine now !
Best regards,
Jr Prod - [understands quickly, but you have to explain during a long, loooong time...]
My .htaccess rewrite rule says:index.php?/pages/blog.html
The URL I'm expecting it to go to is:RewriteRule ^pagetitle index.php?serendipity[subpage]=pagetitle
RewriteRule ^static/(.*) /index.php?serendipity[subpage]=$1
But if you click that, you'll see it just redirects to my home page (which probably means it's a 404 following the error page redirects to home page that I put in .htaccess).