So it seems that the best solution to my second problem
(redirecting https > http, http > https) would be to use mod
rewrite. I've tried this bit of action below but it isn't doing
anything

<Virtual......
        .......
        DocumentRoot /var/www/
        RewriteEngine On
            RewriteCond   %{SERVER_PORT}  !^443$
            RewriteRule ^svn\.twdp\.hobby-site\.org(.*)$
https://svn.twdp.hobby-site.org$1 [L,R]

Any thoughts

AJ ONeal

Reply via email to