diff --git a/.htaccess b/.htaccess index 857d2b3..83a9bf4 100644 --- a/.htaccess +++ b/.htaccess @@ -1,7 +1,10 @@ #only if using apache -ErrorDocument 403 /error.php?code=403 -ErrorDocument 404 /error.php?code=404 +ErrorDocument 404 /error?err=404 +ErrorDocument 403 /error?err=403 +ErrorDocument 400 /error?err=400 +ErrorDocument 502 /error?err=502 +ErrorDocument 504 /error?err=504 RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-f diff --git a/games.php b/games.php index 2da7f82..fde6bdb 100644 --- a/games.php +++ b/games.php @@ -41,7 +41,7 @@ $getitstarted->header(); for ($i = 1; $i <= $x; $i++) { ?>