Please all go download the upgrade, it is for version 1.1 of core, containing security and bug fixes, plus better 404 support (that actually works correctly).
As always please backup your site before upgrading, and let me know if you have any issues. I have tested this extensively and it has passed so far, but then I don't get access to every server.
This includes security fixes, for XSS attacks that are low risk, but fixed none the less.
The main thing you will notice is the 404 support, as standard, it will work fine, if you visit a page that does not exist, you will now get a defaukt 404 error, plus correct 404 headers to let the recipient know (spiders like googlebot). In addition to this, should you feel you want to personalise it a little more, simple create a page called 404-error-page and do not assign it to any category (doesn't matter if you do though). Put on this page whatever you like, the system will now sense the page exists and will use this instead of the default 404 response.
SHould you wish to take this one step further, and ensure you get the same error output when putting in an incorrect folder in the url,
ie www.yoursite.com/ghgjt
then simply add this to your .htaccess file
- Code: Select all
ErrorDocument 404 http://www.yoursite.com/anysubdir/404-error-page.htm
ensure you alter the url to match where your 404 page resides, this will then also divert any bad dir's to the same error page whilst kicking back a 404 error to the spiders.
So to sum up, if you do nothing, the 404 will be active, outputting a 404 message and correct headers, if you want to add a custom page, create a page called 404-error-page if you want to catch dir's too add the htaccess code.
Should you want to use the extra sockets to manipulate any of this functionality I have added 3, and they are documented in the release notes of the core download.
thanks
smiffy