On Wed, Apr 9, 2008 at 4:19 PM, Mike Cardwell
<[EMAIL PROTECTED]> wrote:

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

Another way:

RewriteRule /partners/video.php - [L]

RewriteRule ^/partners(.*)$ https://testvideo101.example.com/partners$1[R,NC]

And put everything in a vhost bound to port 80, so then you don't need
to check for SERVER_PORT...

Krist






-- 
[EMAIL PROTECTED]
[EMAIL PROTECTED]
Bremgarten b. Bern, Switzerland
--
A: It reverses the normal flow of conversation.
Q: What's wrong with top-posting?
A: Top-posting.
Q: What's the biggest scourge on plain text email discussions?

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to