I soved this just for links.
Go to ./includes, open local_links_main_fetch.php
go to row 827 and 833 and change
eval(print_standard_redirect($vbphrase['ll_redirect'],0));
to
eval(print_standard_redirect($vbphrase['ll_redirect'],0,0,$languageid,true));
This solves the link problem by bypassing the rewrite whitelist.
'cause I don't use other features I have no other things checked.
Best regards,
|