RewriteRule ^(.*)$ http://tenkyuu.dev/$1 [R=301,L]
#error pages
-ErrorDocument 404 /error_docs/not_found.html
\ No newline at end of file
+ErrorDocument 404 /error_docs/404.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="this page cannot be located on my server.">
+ <title>page doesn't exist!!</title>
+</head>
+<body background="/images/backgrounds/backgroundclouds.gif">
+ <h1>I can't find that page :<</h1>
+ <p>There's no such link like that on my site. are you looking for easter eggs?!</p>
+ <a href="/">
+ <img src="/images/gifs/backhomepage.gif" width="300" alt="back to home">
+ </a>
+</body>
+</html>
\ No newline at end of file