Hello everyone !
I have fixed an error.
I don't know if it is already posted.
Brief, go in inc/tpl/generic-top.tpl
ReplacePerPHP Code:<input type="hidden" name="page" value="%www%<?php echo $_SERVER['PHP_SELF']; ?>" />
Before : articles/id-text was redirect in article.phpPHP Code:<input type="hidden" name="page" value="%www%<?php echo $_SERVER['REQUEST_URI']; ?>" />
Now: articles/id-text is redirecting in the same (y)


![Fix in ubercms [redirection]](http://ragezone.com/hyper728.png)

