301 redirect issue in IIS web server
Hi,
I am trying to implement a 301 permanent redirect rule via .htaccess file. However, the website is throwing an error like "Redirect too many times." Below is my .htaccess file code. I generated this with an htaccess redirect generator.
Options +FollowSymlinks
RewriteEngine on
rewriterule ^en/contact-us(.*)$ https://iwww.millerfallprotection.com/en/contact-us$1 [r=301,nc]
After that, I imported this file through IIS. But when browsing the page, I get an error. https://iwww.millerfallprotection.com/en/contact-us got an error, but status code showing 301 redirect.
"error:iwww.millerfallprotection.com redirected you too many times."
"Try clearing your cookies."
"ERR_TOO_MANY_REDIRECTS"
Can you help me, please?
Thanks