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
Not FoundThe requested URL /short.php was not found on this server.
RewriteRule ^([\/\sa-zA-Z0-9._-]+)$ /short.php?_wb=$1 [QSA,L]
RewriteRule ^([\/\sa-zA-Z0-9._-]+)$ /wbdemo/short.php?_wb=$1 [QSA,L]
RewriteRule ^([\/\sa-zA-Z0-9._-]+)$ short.php?_wb=$1 [QSA,L]
The htaccess will rewrite an incoming request for something like /pages/home.php to /home/ .Hover the links in the menu to see that without the droplet they will link to /pages/***.php.The rewrite is done so the browser addressbar will show the short version.There are two problems..1. Google will index your pages as /pages/***.php 2. Every call needs a rewrite, causing your browser to make another call. This is making the connection to your website slower.
4. Add the newly created Droplet to the HTML part of your Template (for example, just after the </html>).