I'm not getting htaccess to detect string or characters after / for example.
I have this:
xpto.xpto / xx /
And I wanted it when this happened
xpto.xpto / xx / cualquecoisa
.htaccess internally executes a php code
I tried this but without success
RewriteEngine on
RewriteRule ^(.*)/xx/$ https://www.google.com/ [L]