Hi all,
I've written a utility that looks inside actinic identifying all files that could be uploaded and then tries to identify any files/pages/pics that are on the web server that are 'no longer used' - its the bane of our lives sometimes
The utility is 'harmless' in the sense that it never deletes anything, just offers 'suggestion lists'.
The suggestion list offers the correct syntax to allow the user to include lines into .htaccess to redirect users, search engines etc.
I've got the utility working, and it seems to handle many of the issues (may be not all, but certainly some) - It generates a web page that makes 'suggestions' but it would be down to the user to 'use it wisely and check if the generated suggestions are correct'
And now the problem, clearly, when looking at existing files, there are certain extensions that need to be ignored when compiling a list of 'files no longer used'
has anyone got a list of extensions that I should 'leave alone'
example *.occ, *.ocx, *.session, *.save and so on.
These extensions are files that Actinic generates on the web but never actually uploads them, and it would probably break the website if i suggested you delete them.
I've looked at files that I have on my site, but I don't use login's and so on, so there may be more extensions I don't know about.
I've got some more testing to be done, but once I've finished, I'll ask for a couple of beta testers and then release the code of how I did the concept. I'll let you know when the beta is ready
kev
I've written a utility that looks inside actinic identifying all files that could be uploaded and then tries to identify any files/pages/pics that are on the web server that are 'no longer used' - its the bane of our lives sometimes
The utility is 'harmless' in the sense that it never deletes anything, just offers 'suggestion lists'.
The suggestion list offers the correct syntax to allow the user to include lines into .htaccess to redirect users, search engines etc.
I've got the utility working, and it seems to handle many of the issues (may be not all, but certainly some) - It generates a web page that makes 'suggestions' but it would be down to the user to 'use it wisely and check if the generated suggestions are correct'
And now the problem, clearly, when looking at existing files, there are certain extensions that need to be ignored when compiling a list of 'files no longer used'
has anyone got a list of extensions that I should 'leave alone'
example *.occ, *.ocx, *.session, *.save and so on.
These extensions are files that Actinic generates on the web but never actually uploads them, and it would probably break the website if i suggested you delete them.
I've looked at files that I have on my site, but I don't use login's and so on, so there may be more extensions I don't know about.
I've got some more testing to be done, but once I've finished, I'll ask for a couple of beta testers and then release the code of how I did the concept. I'll let you know when the beta is ready
kev
Comment