Posted by Michael Fesser on 07/21/07 23:55
..oO(Paul Furman)
>Hmm, OK I looked into this some more and it doesn't appear to be
>practical because I have a huge number of destination urls & as I
>understand, I'd need to actually list all those in the .htaccess file.
This depends on the URLs. Of course listing all possible URLs is
absolutely pointless. That's not what regular expressions are for.
But if there would be a common structure inside them, like
http://example.com/state/area/city
you could easily match all of them with a single regular expression.
Micha
[Back to original message]
|