Page 1 of 1
link manager problem
Posted: Mon Sep 07, 2026 9:14 am
by Babocan2
Hello,
I am using version 21.2.0
When I click "Verify links" in the Link Manager menu;
I get a "URL NOT FOUND" error on all of the external links I created with CSSMenu.

Re: link manager problem
Posted: Mon Sep 07, 2026 9:44 am
by Pablo
The issue is that
https://www.bayrakcibursa.com returns an HTTP 403 status code because WWB, unlike a web browser, only requests the page headers instead of downloading the full page.
Technically, this could be resolved by downloading the complete page for every URL, but that would make the link-checking process significantly slower.
So, this behavior is caused by restrictions on the website's server rather than an issue with WWB itself. For comparison, if you try
https://www.wysiwygwebbuilder.com, the link check should work as expected.