
# BEGIN WEBSITEVALUE
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule ^(.*)\.html$ show.php?url=$1 [L]
</IfModule>

# END WEBSITEVALUE