I have an issue with a redirect. I moved an index.html file for a sub directory and changed it to another name. The redirect looks like this
redirect 301 /products/ [
mydomain.com...]
When I go to visit [
mydomain.com...] it redirect to a 403 forbidden page. The url is written funny like this
[
mydomain.com...]
All my other redirects work fine. What am I missing?
Thanks in advance