RewriteRule ^(.*)$ http://tenkyuu.dev/$1 [R=301,L]
#error pages
-ErrorDocument 404 /error_docs/404.html
\ No newline at end of file
+ErrorDocument 404 /error_docs/404.html
+ErrorDocument 403 /error_docs/403.html
+ErrorDocument 500 /error_docs/500.html
\ No newline at end of file
--- /dev/null
+<!DOCTYPE html>
+<html lang="en">
+<head>
+ <meta charset="utf-8">
+ <meta http-equiv="x-ua-compatible" content="ie=edge">
+ <meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
+ <meta name="description" content="you are not authorized to access this page.">
+ <title>page doesn't exist!!</title>
+</head>
+<body background="/images/backgrounds/backgroundclouds.gif">
+ <h1>Go back, you're not allowed here!</h1>
+ <p>Why are you trying to access this page, huh??</p>
+ <a href="/">
+ <img src="/images/gifs/backhomepage.gif" width="300" alt="back to home">
+ </a>
+</body>
+</html>
\ No newline at end of file
--- /dev/null
+<!DOCTYPE html>
+<html lang="en">
+<head>
+ <meta charset="utf-8">
+ <meta http-equiv="x-ua-compatible" content="ie=edge">
+ <meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
+ <meta name="description" content="an error occured on my server.">
+ <title>page doesn't exist!!</title>
+</head>
+<body background="/images/backgrounds/backgroundclouds.gif">
+ <h1>what the... what happened?!</h1>
+ <p>I don't know why my server won't work, maybe a hacker tried to attack it! oh no. Can you try refreshing the page?</p>
+ <a href="/">
+ <img src="/images/gifs/backhomepage.gif" width="300" alt="back to home">
+ </a>
+</body>
+</html>
\ No newline at end of file