Tom Penney wrote: >On Thu, 2004-04-08 at 17:49, Adam Maloney wrote: > > >>How about something like: >> >><VirtualHost *:80> >>ServerName www.blah.com >>Redirect / https://www.blah.com >></VirtualHost> >> >>? >> >> > >This works, Thanks. I did not think of this approach. The trouble with >this is I don't want to force the whole host to use https, I just want >to force this one app to use https. > >www.blah.com/myapp - needs to force https >www.blah.com/everythingelse - http ok > >But I could just set up a new virtual host strictly for my app then >forward www.blah.com/myapp to the new https only host myapp.blah.com. >This is what I will do unless someone can suggest a way to pick and >choose which directories in are forced to use https. > > > you can put this Redirect statement in .htaccess file and in a proper directory. this would do it. I`ve tried many times to have it like are trying to do this never got it working. Though I`m still wondering why, it is even in the FAQ of mod_ssl. >Thanks for the suggestion! > > _______________________________________________ TCLUG Mailing List - Minneapolis/St. Paul, Minnesota http://www.mn-linux.org tclug-list at mn-linux.org https://mailman.real-time.com/mailman/listinfo/tclug-list