What does this htaccess code mean?
-
I just migrated a WP site from an addon domain to a cpanel account on a new server. I started the .htaccess file fresh, and see the old one has the following code in it, and I’m unsure if I should place this in my new htaccess.
Can someone tell me what this does and if it’s important?
ErrorDocument 416 "Requested Range Not Satisfiable" RewriteCond %{REQUEST_URI} ^/xmlrpc\.php$ RewriteCond %{HTTP_USER_AGENT} ^$|WinHttp.WinHttpRequest RewriteRule .* - [R=416,L]
Thanks!!
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘What does this htaccess code mean?’ is closed to new replies.