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
Can you share the link where this is happening? (PM if you do not want to make it public)
now i see a problem with the news module. "read more" makes nothing.
The good solution would be to modify the form module (view.php) and modify all 'SCRIPT_NAME' into 'PHP_SELF'.
QuoteThe good solution would be to modify the form module (view.php) and modify all 'SCRIPT_NAME' into 'PHP_SELF'.Not a good idea:
htmlspecialchars(strip_tags($_SERVER['PHP_SELF']))
RewriteCond %{REQUEST_URI} pagesRewriteRule ^pages/(.*).php$ /$1/ [R=301,L]
WB generates PERFECT SEF-URLs. The only issue is that URLs depend on Menu-Titles.
header('Location: '.WB_URL);into: header('Location: '.WB_URL.'/pages/my-error.php');
if (!$page_id) $page_id = 11;