Thread: HTTP 410 Gone
View Single Post
  #7  
Old 05-17-2017, 11:49 AM
  Jon's Avatar 
Jon Jon is offline
 

X-Guru
  
Join Date: Oct 2002
Location: Vancouver, Canada
Posts: 4,200
 

Default Re: HTTP 410 Gone

Try one of these:

Code:
RedirectMatch gone /example.html

OR

Code:
# Make sure this is immediately following RewriteEngine On RewriteRule ^example\.html$ - [G]
Reply With Quote