1
I’m not getting htaccess to detect string or characters after / for example.
I have this:
foo.foo/xx/
and I wanted when this happened
foo.foo/xx/whatever
o . htaccess internally executes a php code
I tried it but unsuccessfully
RewriteEngine on
RewriteRule ^(.*)/xx/$ https://www.google.com/ [L]