[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

redirect whole site to https



What is the easiest way to redirect a whole apache web site to the
https url. We do it in one way by running two seppart apache instances
and in the non-ssl one we just redirect to the SSL one. 

Is there an easier way to tell in the main httpd.conf file to say
something like

<IfDefine !SSL>
        Redirect / https://jaundiced.csic.umd.edu
</IfDefine>

-- 
---
Derek T. Yarnell
University of Maryland
Computer Science Department Unix Staff
derek cs umd edu



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]