You can't do SSL virtualhosting... SSL is negotiated before the hostname request is sent. Eric F Crist wrote: > Will a simple virtualhost with a redirect work for you? This, I've > found, is much simpler to setup. > > Eric > > On May 14, 2008, at 12:00 PM, James Louis wrote: > >> Hello All, >> >> I'm trying to get an url redirect as such: >> >> https://this.site.here to https://this.site.here/this >> >> but nothing seems to be working. Does anyone know why this would be? >> >> RewriteEngine on >> RewriteCond %{HTTP_HOST} ^daimler\.scholarshipameria\.org$ >> RewriteRule (.*) https://daimler.scholarshipamerica.org/ >> daimler >> RewriteBase / >> RewriteCond %{REQUEST_URI} ^(.*/.+) >> RewriteRule ^([A-Za-z0-9-]+)/?$ index.php?companyID=DFSTR [L] >> >> The second rewrite does work. I'm expecting the first to put the >> format of the URL into something catchable by the second. >> >> Thanks, >> >> Jim >> >> -- >> James Louis >> Computer Consultant >> http://technogichida.endoftheinternet.org >> http://www.usalone.com/blogvoices.php?Cheney%20Impeachment%3F >> ~vote for Alix~ http://www.wanderlist.com/lists/lists.cgi?listid=985#vote >> ===[making technology work]======== >> >> "Any man who can drive safely while kissing a pretty girl is simply >> not giving the kiss the attention it deserves." >> - Albert Einstein >> >> <a href="http://xl2.crossloop.com/techn0gichida.id?type=email" >> target="_blank"><img border = "0" src="http://xl2.crossloop.com/images/badge-sm-gray.jpg >> " alt="Get help from James Louis!" /></a> >> _______________________________________________ >> TCLUG Mailing List - Minneapolis/St. Paul, Minnesota >> tclug-list at mn-linux.org >> http://mailman.mn-linux.org/mailman/listinfo/tclug-list > > ----- > Eric F Crist > Secure Computing Networks > > > > _______________________________________________ > TCLUG Mailing List - Minneapolis/St. Paul, Minnesota > tclug-list at mn-linux.org > http://mailman.mn-linux.org/mailman/listinfo/tclug-list