Re: [OT] Apache oddity - appending garbage request does not result in a 404

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]



On 07/19/11 1:28 PM, Ray Leventhal wrote:
> Example:http://www.domain.com/pagedoesnotexist  returns the expected 404
>
> But browse to a page that does exist, like goodpage.php, then append
> either a slash and some random string, or a ?=somerandomstring and the
> goodpage.php is still displayed.
>
> I'll gladly provide more info, if needed.  Any pointers on where to look
> would be truly appreciated.

your php page should examine the arguments and if there's anythign there 
unexpected, it should force the 404 via

     {
         header ('Location: '.$newReq);
         header ('HTTP/1.0 404 Page Not Found');
         die;  // Don't send any more output.
     }

or whatever...


-- 
john r pierce                            N 37, W 122
santa cruz ca                         mid-left coast

_______________________________________________
CentOS mailing list
CentOS@xxxxxxxxxx
http://lists.centos.org/mailman/listinfo/centos


[Index of Archives]     [CentOS]     [CentOS Announce]     [CentOS Development]     [CentOS ARM Devel]     [CentOS Docs]     [CentOS Virtualization]     [Carrier Grade Linux]     [Linux Media]     [Asterisk]     [DCCP]     [Netdev]     [Xorg]     [Linux USB]
  Powered by Linux