I would like a regex to replace the .html file extension with a / so www.example.com/page.html becomes www.example.com/page/. I want to also exclude a folder from this rule so anything within www.example.com/specialdir/ should be excluded.
EDIT: This will be used in php