RewriteEngine On
ErrorDocument 404 /404.html
RewriteCond %{HTTP_HOST} ^ttlinkw.com  [NC]
RewriteRule ^(.*)$ http://www.ttlinkw.com/$1 [L,R=301]
RewriteRule ^show/([0-9]+).html$ show.php?id=$1




