Double slash in my url

Hello,

I have little problem witch double (or more) // in my url

Ex : www.example.com//toto = 200

Ex : www.example.com/tata//lolo/bobo/ = 200

Ex : www.example.com/tata/lolo///bobo/ = 200

Ect.

Im search solution for send 404

I test rewrite rule, but i dont understand why is doesnt work.

If you have any idea :wink: ?

Thanks,

Send us your conf and/or vhosts file?

On Mon, Jun 09, 2008 at 05:11:52AM +0200, leandre dupont wrote:

Im search solution for send 404

I test rewrite rule, but i dont understand why is doesnt work.

If you have any idea :wink: ?

if ($request_uri ~ //) {
return 404;
}