Hello,

In your httpd.conf 

<Directory />
  RewriteEngine on
  RewriteCond         %{SERVER_NAME} =your.server.domain
  RewriteRule         ^(.*)$  https://your.server.domain/$1
</Directory>


any help in: http://httpd.apache.org/docs/mod/mod_rewrite.html#RewriteRule

On Thursday 04 March 2004 10.33, Tuan Luu wrote:
> Hello
> I have cocoon 2.1.2 mod_jk2, apache httpd 2.0.48, tomcat 4.1.29.
>
> Now I'd like to transfer all http to https:
> http://servername/cocoon --> https://servername/cocoon
>
> I can rewrite or redirect the server to https, but actually not the
> directory.
> can anyone help here?

-- 
bye,
Zoltan Zidarics programmer
PTE University Pecs, Hungary
icq: 43288694


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to