# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>

# END WordPress
RewriteEngine On
RedirectMatch 301 /index.php/attorney-faq /
RedirectMatch 301 /patents/9-patents/(.*) /patents
RedirectMatch 301 /index.php/contact /contact
RedirectMatch 301 /index.php/contact/(.*) /contact
RedirectMatch 301 /attorney-faq /
RedirectMatch 301 /trademarks-faq /trademarks
RedirectMatch 301 /trademarks-faq/(.*) /trademarks
RedirectMatch 301 /inventor-faq /patents
RedirectMatch 301 /index.php/patents-faq/(.*) /patents
RedirectMatch 301 /index.php/for-business-owners /
RedirectMatch 301 /index.php/attorney-faq/(.*) /
RedirectMatch 301 /index.php/component/. /
RedirectMatch 301 /index.php/process/. /
