<IfModule mod_rewrite.c>
   RewriteEngine on
   DirectoryIndex index.html index.htm index.php
   RewriteCond %{HTTP_HOST} ^china-inflatables.com$
   RewriteRule ^(.*)$ http://www.china-inflatables.com/$1 [R=301,L]

   RewriteRule (.*?)\?(.*)$ index.php?model=$2
   RewriteRule service_(.*).html$ index.php?model=service&show=$1

   RewriteCond %{REQUEST_URI} !^/html/
   RewriteCond %{REQUEST_URI} !^/link/
   RewriteCond %{REQUEST_URI} !^/chat/
   RewriteCond %{REQUEST_URI} !^/(.*)\?model=(.*)
   RewriteRule ^(.*)\.html$ /html/$1.html
   RewriteRule html/index.html$ index.html
   #RewriteRule /html/.html$ index.html
   #RewriteRule index.html$ index.php

</IfModule>
ErrorDocument 400 /404.shtml
ErrorDocument 401 /404.shtml
ErrorDocument 403 /404.shtml
ErrorDocument 404 /404.shtml
ErrorDocument 500 /404.shtml
<Files 403.shtml>
order allow,deny
allow from all
</Files>

deny from 92.20.227.40
deny from 178.150.211.9
