AddHandler server-parsed .html .htm .shtml

ErrorDocument 404 http://www.camchoice.nl

RewriteEngine on
# redirect non-www to www subdomain.
RewriteCond %{HTTP_HOST} ^camchoice\.nl [NC]
RewriteRule (.*) http://www.camchoice.nl/$1 [R=301,L]