Hello
I've observed that in my server if I visit an addres like
http://mydomain.com/page.html/any-name.htm
I get the page http://mydomain.com/page.html instead of an error page (I think I should receive an 404 Error)
I have Apache, Nginx and Node.js, but Node is desactivated in domains where I see this behaviour.
I suspect it's due to passenger, is ther nay way to avoid it? The only solution I've found is a rewriterule.
thanks
I've observed that in my server if I visit an addres like
http://mydomain.com/page.html/any-name.htm
I get the page http://mydomain.com/page.html instead of an error page (I think I should receive an 404 Error)
I have Apache, Nginx and Node.js, but Node is desactivated in domains where I see this behaviour.
I suspect it's due to passenger, is ther nay way to avoid it? The only solution I've found is a rewriterule.
thanks