Broken Link checker Joomla Component

Broken Link checker Joomla Component

Broken Link checker is a admin Joomla Component that checks website url links and find out their status using PHP get header function.

I was need to find out broken links on website, I tried to find out any existing extension available, but was not able to find out. So I decided to develop my own extension. It mean it is first idea too.

In this component it list all URL links in admin and prints their HTTP status. Green status represent HTTP/1.1 200 OK which represent working URL link. HTTP/1.1 303 See other which is also working URL link but has restrict access and finally all other HTTP status fall in not working represented in red color. No matter they are broken link or Internal server error links.