DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=32185>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=32185 The requested URL was not found on this server Summary: The requested URL was not found on this server Product: Apache httpd-2.0 Version: 2.0.52 Platform: PC OS/Version: Windows XP Status: NEW Severity: Normal Priority: Other Component: mod_include AssignedTo: bugs@httpd.apache.org ReportedBy: [EMAIL PROTECTED] Does not work URL the following kind: /rk/frame.shtml?/rk/serv/priv/frame.shtml%3Fvklad.shtml Or /rk/frame.shtml?/rk/serv/priv/frame.shtml?vklad.shtml Mistake: Not Found The requested URL/rk/serv/priv/frame.shtml/was not found on this server. Apache/2.0.52 (Win32) Server at olegi.rosk.bnk Port 80 Operational system: Windows XP Prof SP2 At start under Redhat Linux 8.0, Apache 1.3.27 all Ok: http://www.roscap.com/rk/frame.shtml?/rk/serv/priv/frame.shtml%3Fvklad.shtml Code: ================= /rk/index.html ... <tr> <td align="center"> <table border=0 cellspacing=0 cellpadding=1 bgcolor=#C5978A> <tr> <td><a href="/rk/frame.shtml?/rk/serv/priv/frame.shtml%3Fvklad.shtml "> <img src="/rk/img/main/ad_1.gif" border="0" width="130" height="36"></a></td> <td><a href="/rk/frame.shtml?/rk/serv/priv/cards/frame.shtml% 3Fmain.shtml"> <img border="0" src="img/plk_3.gif" width="130" height="36"></a></td> <td><a href="/rk/frame.shtml?/rk/serv/priv/cards/frame.shtml% 3Fvtm.shtml"> <img src="/rk/img/main/ad_2.gif" border="0" width="130" height="36"></a></td> <td><a href="/rk/frame.shtml?/rk/serv/priv/frame.shtml% 3Fipoteka.shtml"> <img src="/rk/img/main/ad_3.gif" border="0" width="130" height="36"></a></td> <td><a href="/rk/frame.shtml?/rk/serv/priv/transfer/frame.shtml% 3Fmain.shtml"> <img src="/rk/img/main/ad_4.gif" border="0" width="130" height="36"></a></td> </tr> </table> </td> </tr> .... ------------------------------------------------------------------------- File: /rk/frame.shtml <html> <head> <title> .... </title> <!--#include virtual="/rk/inc/header.shtml" --> </head> <!--#if expr="!(${QUERY_STRING_UNESCAPED})" --> <!--#set var="QUERY_STRING_UNESCAPED" value="news" --> <!--#endif --> <frameset rows="60,*,22" frameborder=0 border="0" framespacing="0" framepadding="0"> <frame src="/rk/logotop.shtml" name="menu" noresize marginwidth="0" marginheight="0" frameborder=0 scrolling="NO"> <!--#if expr="${QUERY_STRING_UNESCAPED}=/\//" --> <frame src="<!--#echo var="QUERY_STRING_UNESCAPED" -->" name="main" noresize marginwidth="0" marginheight="0" frameborder=0 scrolling="NO"> <!--#else --> <frame src="/rk/<!--#echo var="QUERY_STRING_UNESCAPED" -->/frame.shtml" name="main" noresize marginwidth="0" marginheight="0" frameborder=0 scrolling="NO"> <!--#endif --> <frame src="/rk/menuline.shtml" name="menu" noresize marginwidth="0" marginheight="0" frameborder=0 scrolling="NO"> </frameset> <noframes><body bgcolor="#FFFFFF"> <center><H3>Please use browser with FRAMES feature</H3></center> </body></noframes> </html> ----------------------------------------------------------- file: /rk/serv/priv/frame.shtml <html> <head> <title>...</title> <!--#include virtual="/rk/inc/header.shtml" --> </head> <!--#set var="razdel" value="serv/priv" --> <!--#include virtual="/rk/inc/mainframe.shtml" --> </html> Windows XP the server works in a local area network, therefore there is no opportunity really to show a mistake. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]