Drupal: .htaccess Access Deny
August 21, 2014 – 7:59 am | No Comment

In this article I will tell how to forbid access to certain resources for some clients. The instructions will include descriptions of different directives.

Read the full story »
CSS Templates

Contain reviews and news about CSS Templates.

Freebies

Contain freebies such as icons, graphics, headers and images for your websites.

Fun Stuff

Contains other fun stuff for entertainment or interesting site showcase.

How-To

Contain technical elaborations on some specific workarounds or common tweak.

Joomla Templates

Contains reviews and news about Joomla templates.

Home » How-To

Drupal: How To Find Broken Links

Submitted by on April 30, 2012 – 1:25 pmNo Comment

So, you need to find all broken links within a site. In this article, I would offer you a few solutions to do that.

Links checker module

http://validator.w3.org/checklink – checing one node. You can download the source code here.
https://addons.mozilla.org/eng/firefox/addon/532 – Add-on for FireFox
http://linkchecker.sourceforge.net/ – script that works for Mac OS, Windows and Unix.

Links checker module

Download the module here: http://drupal.org/project/linkchecker
Install it, then open settings page: http://example.com/admin/settings/linkchecker
Set the module. Set resetting results when Cron is launched. You can also uncheck “Consider only fully qualified URLs ( not local links )” – then you will check as interior as well exterior links. By default, the module checks exterior links only.

Settings page for the module
Run cron manually (http://example.com/admin/logs/status/run-cron)
Open in browser: http://example.com/linkchecker/report

Report page of Links checker

Note: If a site isn’t located in a web-server root and you have Links checker v 1.12 or less, then you will need to change the module code to provide its correct working: http://drupal.org/node/244368

Good luck!

Leave a comment!

Add your comment below, or trackback from your own site. You can also subscribe to these comments via RSS.

Be nice. Keep it clean. Stay on topic. No spam.

You can use these tags:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

This is a Gravatar-enabled weblog. To get your own globally-recognized-avatar, please register at Gravatar.