jrivera
Member
Posted 4 years ago #
I had a single redirect in the WP .htaccess file and it was working fine but then I added a second redirect it stoped working. I removed the second redirect and it still didn't work.
I made sure that the redirects were placed after the "# END WordPress" tag. At this point I am not sure why it is not working any suggestions?
jrivera
Member
Posted 4 years ago #
jrivera--so others can gain from your knowledge, can you tell how you fixed it? Thanks.
jrivera
Member
Posted 4 years ago #
The problem was that I was using the same name for 2 folders. The first folder was the category. The second folder was one that I made up to redirect to my affiliate url.
Therefore, WP was unable to redirect correctly. Once I renamed the second folder all the redirects were working properly.