![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I have a directory tree on my hard disc which represents all the web pages and linked stuff on my mirrored web hoster server. All web pages and files are statically linked. So dynamically composed links e.g. with javascript do not matter here. Now I want to find out which of all these (many) files are un-reference orphans starting from the main page index.html (or index.shtml) In other words if e.g. a file aaa.log can not be referenced by a chain like index.html -> subpage8.html -> details2345.html -> aaa.log Is there a tool which help me to investigate all these un-referenced webpages and files? Of cause without doing a manual code review :-) Keep in mind that the static link URLs can be absolute (http://www.mywebpages.com/content/subpage8.html) or relative (content/subpage8.html) Pat |
#3
| |||
| |||
|
|
Is there a tool which help me to investigate all these un-referenced webpages and files? Of cause without doing a manual code review :-) |
#4
| |||
| |||
|
|
I have a directory tree on my hard disc which represents all the web pages and linked stuff on my mirrored web hoster server. All web pages and files are statically linked. So dynamically composed links e.g. with javascript do not matter here. |
#5
| |||
| |||
|
|
On any linux server (most website are served this way, no....linux/ apache?) ...apache and/or tomcat, that is..... |
|
/home/sandy/bin/ifgrep $look $lookee; |
#6
| |||
| |||
|
|
I have a directory tree on my hard disc which represents all the web pages and linked stuff on my mirrored web hoster server. All web pages and files are statically linked. So dynamically composed links e.g. with javascript do not matter here. Now I want to find out which of all these (many) files are un-reference orphans starting from the main page index.html (or index.shtml) In other words if e.g. a file aaa.log can not be referenced by a chain like index.html -> subpage8.html -> details2345.html -> aaa.log Is there a tool which help me to investigate all these un-referenced webpages and files? Of cause without doing a manual code review :-) Keep in mind that the static link URLs can be absolute (http://www.mywebpages.com/content/subpage8.html) or relative (content/subpage8.html) Pat |
#7
| |||
| |||
|
|
Is there a tool which help me to investigate all these un-referenced webpages and files? Of cause without doing a manual code review :-) |
![]() |
| Thread Tools | |
| Display Modes | |
| |