>
> RewriteCond %{SERVER_PORT} 80
> RewriteCond %{REQUEST_URI} !^/+partners/+video\.php
> RewriteRule ^/partners(.*)$
> https://testvideo101.example.com/partners$1[R,NC]<https://testvideo101.example.com/partners$1%5BR,NC%5D>
>
> Mike
>

Thanks Mike, that did it.  One question.  Are the '+' necessary?  That means
"one or more slash" right?  Is that just in case someone mistypes and puts
in /partners//video.php ?

Reply via email to