g1smd

msg:4291989 | 8:22 pm on Apr 4, 2011 (gmt 0) |
Run Xenu LinkSleuth over the site.
|
travelin cat

msg:4295806 | 10:32 pm on Apr 11, 2011 (gmt 0) |
There is no way to do that from within Joomla. As g1smd suggested, use a link checker. If you are on a Mac, Xenu will not work for you, I use Integrity on my Mac to find link problems.
|
ergophobe

msg:4295824 | 10:57 pm on Apr 11, 2011 (gmt 0) |
If you are looking for hard-coded links (rather than a complete link-graph including navigation and all that), you could also find things with grep.
|
Demaestro

msg:4295830 | 11:07 pm on Apr 11, 2011 (gmt 0) |
I often query the database directly for these Something like select id, title, introtext from jos_content where lower(introtext) like '%/link_to_page/%'
|
|