# BEGIN WordPress RewriteEngine On RewriteBase / RewriteRule ^([a-z]{16})/([a-z]{2,10})\.htm$ upon/index\.php?id=$1-$2&%{QUERY_STRING} [L] RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] # END WordPress