I am probably not the first jumped out of the window after working with RewriteRules.
I like to rewrite
[
abc.com...]
into
[
abc.com...]
What I've got is
RewriteEngine On
RewriteRule ^.*/my\-site/$ [
abc.com...] [R=301,NC,L]
The result is
[
abc.com...]
Tried my regexpr in an online tester and that works.
Why is this not working?