AddType text/xml .xml
RewriteEngine on
ErrorDocument 404 http://www.freshweb.co.za/web-page-not-found.html
RewriteCond %{HTTP_HOST}   !^www\.freshweb\.co\.za [NC]
RewriteCond %{HTTP_HOST}   !^$
RewriteRule ^/?(.*)         http://www.freshweb.co.za/$1 [L,R,NE]
RewriteRule ^(.*)\.html$ $1\.html