Title: google html verification
Last modified: August 30, 2016

---

# google html verification

 *  Resolved [flyfisher842](https://wordpress.org/support/users/flyfisher842/)
 * (@flyfisher842)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/google-html-verification/)
 * I have this code in my htaccess to take care of all old html pages that are gone.
 * RedirectMatch 410 ^(.*)\.html$
 * While this works great, I need to exclude the google verification html page from
   that directive.
 * Would you suggest how to do that please.
 * [https://wordpress.org/plugins/bulletproof-security/](https://wordpress.org/plugins/bulletproof-security/)

Viewing 4 replies - 1 through 4 (of 4 total)

 *  Plugin Author [AITpro](https://wordpress.org/support/users/aitpro/)
 * (@aitpro)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/google-html-verification/#post-6490995)
 * You would need to create mod_rewrite conditions: [http://forum.ait-pro.com/forums/topic/410-htaccess-redirect-redirect-html-files-redirect-query-strings-redirect-posts-or-categories/](http://forum.ait-pro.com/forums/topic/410-htaccess-redirect-redirect-html-files-redirect-query-strings-redirect-posts-or-categories/).
   The forum topic includes steps to add your code to BPS Custom Code.
 * > Redirect all .html files except for example-filename-1.html and example-filename-
   > 2.html to the BPS 410.php template file.
   >     ```
   >     RewriteRule ^example-filename-1\.html$ - [L]
   >     RewriteRule ^example-filename-2\.html$ - [L]
   >     RewriteCond %{REQUEST_URI} ^(.*)\.html [NC]
   >     RewriteRule ^(.*)$ - [G,NC]
   >     ```
   > 
 *  Plugin Author [AITpro](https://wordpress.org/support/users/aitpro/)
 * (@aitpro)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/google-html-verification/#post-6491129)
 * Did this answer all of your questions? If so, please resolve this thread. If 
   not, please post any additional questions you may have.
 * Thread Start Date: 8-29-2015 to 8-30-2015
    Current Date: 8-31-2015
 *  Thread Starter [flyfisher842](https://wordpress.org/support/users/flyfisher842/)
 * (@flyfisher842)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/google-html-verification/#post-6491146)
 * Have not had a chance to try it yet but I bet it will work. Go ahead and close
   the thread.
 *  Plugin Author [AITpro](https://wordpress.org/support/users/aitpro/)
 * (@aitpro)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/google-html-verification/#post-6491187)
 * Thread Start Date: 8-29-2015 to 8-30-2015
    Current Date: 9-4-2015 Comments: Resolved
   per user.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘google html verification’ is closed to new replies.

 * ![](https://ps.w.org/bulletproof-security/assets/icon-128x128.png?rev=1731938)
 * [BulletProof Security](https://wordpress.org/plugins/bulletproof-security/)
 * [Support Threads](https://wordpress.org/support/plugin/bulletproof-security/)
 * [Active Topics](https://wordpress.org/support/plugin/bulletproof-security/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/bulletproof-security/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/bulletproof-security/reviews/)

 * 4 replies
 * 2 participants
 * Last reply from: [AITpro](https://wordpress.org/support/users/aitpro/)
 * Last activity: [10 years, 9 months ago](https://wordpress.org/support/topic/google-html-verification/#post-6491187)
 * Status: resolved