query "select page.*,
website_pages.redirectTo
from website_pages,page
where websiteID=
and binary url='index.html'
and page.id=pageID"
generated error
"You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'and binary url='index.html'
and page.id=pageID' at line 5"