Hi, I have a 404 error page which sits at www.....com/error/. This page is activated using a .htacess file and works as perfectly except for when you logout from this page. The functionality uses a $_GET to grab a variable and value which is "action=out". This works from all other pages, but will not grab the $_GET['action'] value from the 404 error page. I have echoed out the value and it is blank. This is stopping the whole logut feature from functioning as it is dependent on this.
Can anyone help with this strange refusal to grab a $_GET value?
Thanks.