A line in one of my htaccess is:
RewriteRule images.html /index.html [R=301,NC]
It redirects images.html to index.html.
My questions are:
What is [R=301,NC]? What does it do? How is it related to search engines?
Please tell me. Reply briefly if you want. Thanks.