Page 1 of 1

RewriteRule regex question

Posted: Sat Jun 30, 2007 10:15 pm
by HiddenS3crets
I have been trying to write an expression that will match any string except for strings that are explicitly specified in the code.

e.g. An expression that will match any string except for "cat" and "dog"

Posted: Sat Jun 30, 2007 10:43 pm
by superdezign
For simplicities sake, just str_replace() all of the specified strings out of the data.

Posted: Sun Jul 01, 2007 12:37 am
by feyd
This is the same topic as your previous thread now residing in Installation. I'm afraid I have to lock it.