The following warnings occurred:
Warning [2] Undefined array key "allowautourl" - Line: 584 - File: inc/class_parser.php PHP 8.1.31 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/inc/class_parser.php 584 errorHandler->error_callback
/inc/class_parser.php 228 postParser->parse_mycode
/printthread.php 203 postParser->parse_message
Warning [2] Undefined array key "allowautourl" - Line: 584 - File: inc/class_parser.php PHP 8.1.31 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/inc/class_parser.php 584 errorHandler->error_callback
/inc/class_parser.php 228 postParser->parse_mycode
/printthread.php 203 postParser->parse_message



GetSimple Support Forum
Error 404 - Printable Version

+- GetSimple Support Forum (http://get-simple.info/forums)
+-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3)
+--- Forum: General Questions and Problems (http://get-simple.info/forums/forumdisplay.php?fid=16)
+--- Thread: Error 404 (/showthread.php?tid=113)



Error 404 - Brian - 2009-08-31

I have modified the file "index.php" in the aim to have a 404 header when you arrive on the "Oops page"... (needed if you want use Google Webmaster Tools.)

Code:
if ($private == 'Y') {
        header('Location: 403');
        exit;
    }

    if ($url == '403') {
        header('HTTP/1.0 404 Not Found');
    }

Brian

PS: Why use 403 instead of 404 ?


Error 404 - ccagle8 - 2009-09-02

i've just added it to the next release - hopefully there wont be too many bug-fix releases in the near future - i think we are getting close to finishing them all off. good catch on the 403 - i think it was a long night when I created that part of it...