try
RewriteRule  ^!partner/([^/]*)/contact([\.]*).html$ profiles?modrew_fa=6

Merlin wrote:

Hi there,

I am having trouble with a reg ex.

What it should do is, terminate if the url is  /*/contact.html
but it should not terminate if it is /partner/*/contact.html
where * stands for any value

I tryed:
RewriteRule  ^!partner/(.*)/contact(.*).html$ profiles?modrew_fa=6

but obviously the partner thing does not work.

Can anybody help me on that?

Thanx in advance,

Merlin





--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to