
RewriteEngine on
ErrorDocument 404 /index.htm
AddHandler application/x-httpd-php5 .htm .html
AddType application/x-httpd-php htm
AddType application/x-httpd-php html

RewriteCond %{HTTP_HOST} ^sfbags\.com$ [OR]
#RewriteCond %{HTTP_HOST} ^www\.sfbags\.com$
RewriteRule ^/?$ "http\:\/\/www\.sfbags\.com\/" [R=301,L]

