RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^view_(.*).htm$ view.php?pg=$1
RewriteCond %{REQUEST_FILENAME} !-f [L] RewriteRule ^view_(.*).htm$ view.php?pg=$1 [L]