Help with a regex
-
Hello,
I use the following regex for a redirect right now:
/code-examples/android/(.*)
/tutorials/android/$1/Is there a way to redirect just /code-examples/ (without android/) to the 2nd URL as well (with a placeholder after that)? From my logic, this would break the first redirect, because then it would send /code-examples/android/ to /code-examples/android/android
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Help with a regex’ is closed to new replies.