On Wed, Apr 9, 2008 at 4:19 PM, Mike Cardwell <apache-users@xxxxxxxxxxxxxxxxxx> 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 -- krist.vanbesien@xxxxxxxxx krist@xxxxxxxxxxxxx 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: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx