Hi Christopher,

> Can you give us an example of a URL that looks like it should work from
> Word (but doesn't) but does work properly when you copy/paste?

http://mycompany.com/main/subscription/renewer.cis?action=overview&entry_id=4468

first, this kind of URL is intercepted by Apache using mod_rewrite conf:

RewriteEngine on
ReWriteCond %{SERVER_PORT} !^443$
RewriteRule ^/(.*) https://%{HTTP_HOST}/$1 [NC,R,L]

Julio

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to