From 421caf23594a8442301cf380d8090a4633528616 Mon Sep 17 00:00:00 2001 From: Adrian Hinz Date: Mon, 10 Oct 2016 09:45:46 +0200 Subject: [PATCH] a --- .htaccess | 14 +++++++++++ 404.html | 70 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 84 insertions(+) create mode 100644 .htaccess create mode 100644 404.html diff --git a/.htaccess b/.htaccess new file mode 100644 index 0000000..9d46388 --- /dev/null +++ b/.htaccess @@ -0,0 +1,14 @@ +#Własna strona błędu 400 +ErrorDocument 400 404.html + +#Własna strona błędu 401 +ErrorDocument 401 404.html + +#Własna strona błędu 403 +ErrorDocument 403 404.html + +#Własna strona błędu 404 +ErrorDocument 404 404.html + +#Własna strona błędu 500 +ErrorDocument 500 500.html \ No newline at end of file diff --git a/404.html b/404.html new file mode 100644 index 0000000..c146570 --- /dev/null +++ b/404.html @@ -0,0 +1,70 @@ + + + + + + + + + + + + FireStorm 404 + + + + + + + + + + + + + + + + +
+
+ + +
+ +

Błąd 404: + podana strona nie istnieje +

+

+ Strona której szukasz nie znajduje się na naszym serwerze, wróć na strone główną klikająć: FireStorm +

+
+ + +
+
+
+

Copyright © FireStorm 2013

+
+
+
+ + +
+ + + + + + + + + + +