PHP-8.0 released. 2020-11-27PHP-7.2 End Of Life. 2020-11-302020-11-30 : read more about…
PHP-7.1 End Of Life. 2019-12-01PHP-7.4 released. 2019-11-282019-11-28 : read more about…
Published WebsiteBaker 2.12.2 stable2019-06-28:read more about…
If you (or a webmaster) ever creates a page called admin or media (or any other WB directory) you will be in trouble.The /pages (or whatever you name it) is there for a reason.
question: there is a problem when submitting form. In the help section this is mentioned only no solution is given. Any idea how to fix this?
$wb_page_data = str_replace($linkstart.$link.$linkend, $newvalue.'/', $wb_page_data);
$wb_page_data = str_replace($linkstart.$link.$linkend, $newvalue, $wb_page_data);
Websites work faster WITH the trailing URL.
You get a redirect without one, to add the trailing slash.