WebsiteBaker 2.13.8 is now available!
R.I.P Dietmar (luisehahne) and thank you for all your valuable work for WBhttps://forum.websitebaker.org/index.php/topic,32355.0.html
if ($this->page['language']!=LANGUAGE) {if(isset($_SERVER['QUERY_STRING']) && $_SERVER['QUERY_STRING'] != '') { // check if there is an query-stringheader('Location: '.$this->page_link($this->page['link']).'?'.$_SERVER['QUERY_STRING'].'&lang='.$this->page['language']);} else {header('Location: '.$this->page_link($this->page['link']).'?lang='.$this->page['language']);}exit();}
if ($this->page['language']!=LANGUAGE) {if(isset($_SERVER['QUERY_STRING']) && $_SERVER['QUERY_STRING'] != '') { // check if there is an query-stringheader("HTTP/1.1 301 Moved Permanently"); // ADDEDheader('Location: '.$this->page_link($this->page['link']).'?'.$_SERVER['QUERY_STRING'].'&lang='.$this->page['language']);} else {header("HTTP/1.1 301 Moved Permanently"); // ADDEDheader('Location: '.$this->page_link($this->page['link']).'?lang='.$this->page['language']);}exit();}
Tks. Fixed in coming WB283 SP6Dietmar