have such kind of error.
When adding Redirect 301 rule to .htaccess file like:
Redirect 301
.htaccess
Redirect 301 \"/page1.html\" \"/dir1/\"
Changed all Redirect 301 rules to:
RewriteRule ^/page1.html$ /dir1/page.html [R=301,L]
now working. But how does it work on production?