I installed this Mod locally, but it does not work
May be I made mistakes in the path.
-http://localhost/board2011/viewtopic.php?f=99
In the file htaccess I have :
Code: Select all
ErrorDocument 404 /error.php?mode=404
Code: Select all
case '404':
page_header($user->lang['ERROR_TITLE404']);
$template->set_filenames(array(
'body' => 'error/404_body.html')
);
break;
Code: Select all
<base href="{U_FORUM_BASE}" />