DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25515>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25515 redirects with UseCanonicalName do not use user supplied port ------- Additional Comments From [EMAIL PROTECTED] 2004-01-05 19:37 ------- I have encountered the problem, and use the workaround below. # Add / to directory requests. This is normally done by mod_dir, but mod_dir # drops the port from HTTP_HOST for some reason, which results in a redirect # to the wrong port if port forwarding is in use. RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^/(.+)[^/]$ http://%{HTTP_HOST}%{REQUEST_URI}/ [R=301] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
