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
$wb->preprocess($wb_page_data); //process internal links first (WB283 problem)
if(is_object($wb)) $wb->preprocess($wb_page_data); //process internal links first (WB283 problem)
if(method_exists($wb,'preprocess')) $wb->preprocess($wb_page_data); //process internal links first (WB283 problem)
although the [[shorturl]] still shows on the template at the top.
<?php // automatically include optional WB module files (frontend.css, frontend.js) register_frontend_modfiles('css'); // register_frontend_modfiles('jquery'); register_frontend_modfiles('js');?>
in my own page i use the older version of the short-url-script and it works without problemin a new local wb 2.8.4 project i test the shorturl 3.0 and i have only 404-Errorsthe rewrite works in the links and in the adress line from the browser. Whats the problem here?
How can I add a 404 error page as it just redirect back to main url
define('ERROR_PAGE' , '/'); //Change this to point to your existing 404 page.
define('ERROR_PAGE' , '/my404page'); //Change this to point to your existing 404 page.