I am part of a colaborative initiative to
develop software on Django, currently i'm working with Apache and Oscar
Framework and i'm having troubles with the following request URI
"dashboard/content-blocks/page//asistenciaMedica/", which returns a 404
code from Django url router which translate this URI to this one
"/dashboard/content-blocks/page/asistenciaMedica/", as you can see the
URI has an extra slash on the "/page//asistenciaMedica/" section, i
can't change the application behavior because it is part of the
framework mentioned above, so my doubt is the following:
How to configure Apache server to accept double slash and/or how to
prevent the Django's url router to translate this special characters?
I would be grateful for your reply.
Regards.