pretty URLs are thrice in the documentation (the wiki needs help). My favorite is this one :
http://wiki.cmsmadesimple.org/index.php ... l_Settings
You can find usefull filtering information too.
Thank you for having read the documentation before posting. You are a cool user

To your issue now : you want www.mydomain.com/index.php?page=alias be rewritten externaly /alias.html and I think you are right. Isn't this just a webserver external 301 redirect away ? A quick look at Apache's extern redirect hints to something like :
Code: Select all
RedirectMatch permanent ^/index.php?page=.*$ /$1.html
Does this work for you ? If yes, please post your solution so we can improve the documentation. Thanks in advance and happy new year.
Pierre M.