REGEX
-
basic (basic) howto will help here ??
I need to redirect everything from dbj.org/dbj to dbj.org
SO in all of my innocence I tried regex + this :
from: /dbj/*
to: /*and then, I thought perhaps the whole thing has to be in regex syntax:
from: \/dbj\/.*
to: \/.*But I am fishing here … is there a basic intro on how to use regex ?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘REGEX’ is closed to new replies.