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=16158>. 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=16158 index.shtml always append to the Redirect URL Summary: index.shtml always append to the Redirect URL Product: Apache httpd-2.0 Version: 2.0.43 Platform: PC OS/Version: Windows NT/2K Status: NEW Severity: Major Priority: Other Component: Core AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] It seems that the index.shtml filename is always appended to the end of the URI/URL. The following was specified in httpd.conf file: Redirect permanent /destinations http://192.168.1.26:8080/specials Redirect permanent /destinations http://192.168.1.26:8080/specials/index.html When redirected, the coresponding shows in the browser address bar: http://192.168.1.26:8080/specials/index.shtml http://192.168.1.26:8080/specials/index.html/index.shtml This causes the NOT FOUND statement. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
