Hi, I don't know why there is a double slash in some url of my Q&A site.
I change:
$QA_CONST_PATH_MAP=array(
'questions' => 'preguntas',
'categories' => 'categorias',
'users' => 'usuarios',
'user' => 'usuario',
'tags' => 'etiquetas',
'tag' => 'etiqueta',
'ask' => 'pregunta',
'unanswered' => 'sin-respuesta',
'updates' => 'actualizaciones',
'account' => 'mi-cuenta',
);
And all works fine, but in determined cases there is a extra slash.
For example if you register a new account, in the confirmation email you can see it.