[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Howto AliasMatch?
- Subject: Re: [cobalt-users] Howto AliasMatch?
- From: "David Collin" <david@xxxxxxxxxxxx>
- Date: Mon Nov 27 04:26:01 2000
- Organization: HappyClic
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
It's not the answer you expected, but here's a hint: the "([^/]+)(/(. "
you're talking about are "Regular Expressions", or often called 'regexp'.
You can learn about 'em here:
http://www.phpbuilder.com/columns/dario19990616.php3
Now, maybe you should just delete all those .htm files and thus, it'd lead
people to a 404 pages... it's that simple. Or maybe i didn't catch your
question...