.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] 

see documentation g flag , documentation mod_rewrite.


Comments

Popular posts from this blog

javascript - DIV "hiding" when changing dropdown value -

Does Firefox offer AppleScript support to get URL of windows? -

android - How to install packaged app on Firefox for mobile? -