.htaccess - How to 410 all urls with .html extension in htaccess -
i want 410 urls .html extension.
say xx.html, yy.html (all .html).
how acheive htacess rewrite or redirect 410 rules?
http status 410
means "gone", can accomplished [g]
flag in mod_rewrite.
rewriterule \.html$ - [g]
Comments
Post a Comment