A minor bug :P
I've few links in navbar, for example:
Code:
http://forum.mandriva.org.pl/search.php?do=getnew&exclude=42
http://forum.mandriva.org.pl/search-getdaily.html/&days=2&exclude=42
and they are rewrited to
Code:
http://forum.mandriva.org.pl/search-getnew.html/&exclude=42
http://forum.mandriva.org.pl/search-getdaily.html/&days=2&exclude=42
what cause 404 error of course.
how to fix it ?
if I add index.php (for example) to excluded pages navbar looks all right but only on index.php. On search.php there will be error again. An so on. So pages excluding is not a way beacause in the end I'll disable vRewrite on every page.....