RewriteCond %{HTTP_HOST} ^bochard\.net [NC]
RewriteRule ^(.*)$ http://www.bochard.net/$1 [R=301,L]
-#Forbidden access
+#Forbidden access to .htaccess
<Files .htaccess>
Require all denied
</Files>
+
+#Forbidden access to old directories
+RewriteRule ^journal/ - [F,L]
+++ /dev/null
-<?php
- require_once("{$_SERVER['DOCUMENT_ROOT']}/parts/head.php");
- $pgtitle = "Kitchen";
- $pgdescription = "I cook, sometimes.";
- head($pgtitle, $pgdescription);
-?>
-<body>
- <table id="tablewrapper" cellspacing="10">
- <tbody>
- <tr>
- <td id="content">
- <table>
- <tbody>
- <tr>
- <?php include_once("$parts/sidebar.php");?>
-
- <td id="body">
- <?php include_once("$parts/underconstruction.php");?>
- </td>
- </tr>
-
- <?php include_once("$parts/footer.php");?>
- </tbody>
- </table>
- </td>
- <td id="rightbox">
- <?php include_once("$parts/rightbox.php");?>
- </td>
- </tr>
- </tbody>
- </table>
-</body>
-</html>
-body {
- background-image: url('/images/backgrounds/backgroundl3.gif');
- background-repeat: repeat;
- background-size: unset;
-}
-iframe {
- height: 100vh;
- width: 100%;
- border: none;
-}
-#content {
- background-color: black;
- background-image: url('/images/backgrounds/doorBK.gif');
- background-repeat: no-repeat;
- background-position: right;
- color: white;
-}
-#rightbox > table{
- background-image: url('/images/backgrounds/patternTV2.gif');
-}
+
-body {
- background-image: url('/images/backgrounds/clouds.gif');
- background-repeat: repeat;
- background-size: unset;
-}
-#content {
- background-image: url('/images/backgrounds/paper.jpg');
-}
-.entry-list-item {
- font-style: italic;
-}
-.entry-title {
- margin-bottom: 0;
-}
-.written-date {
- text-indent: unset;
- font-style: italic;
- margin-top: 0;
-}
+
-body {
- font-family: courier;
- background-image: url('/images/backgrounds/Ocean.jpg');
- background-repeat: no-repeat;
- background-size: cover;
- background-attachment: fixed;
-}
-h1, h2, h3, h4, h5, h6 {
- font-size: 28px;
- margin-bottom: 10px;
-}
-a {
- color: yellow;
- text-decoration: none;
-}
-a:hover {
- text-decoration: underline;
-}
-blockquote {
- color: white;
- background-color: grey;
- padding: 5px;
-}
-/*
- * ID AND CLASSES
- */
-#tablewrapper {
- margin: 0 auto;
-}
-#content {
- background-image: url('/images/backgrounds/bg1.gif');
- background-repeat: repeat;
- margin: 10px auto;
- border-style: ridge;
-}
-#sidebar {
- background-image: url('/images/backgrounds/stars.gif');
- background-repeat: repeat;
- vertical-align: top;
- width: 200px;
- max-width: 200px;
- padding: 15px 10px;
- border-style: ridge;
- color: white;
-}
-#sidebar > ul {
- margin-top: 0;
- padding-left: 7px;
-}
-#sidebar > ul li {
- list-style-type: none;
- padding: 3px;
-}
-#sidebar table {
- border-spacing: 0;
-}
-#body {
- vertical-align: top;
- padding: 20px 40px;
- width: 550px;
-}
-#body a {
- color: darkgreen;
- text-decoration: underline;
-}
-#footer {
- text-align: center;
- font-style: italic;
- height: 20px;
- padding: 10px 0;
-}
-#rightbox {
- vertical-align: top;
- max-width: 170px;
- padding: 0;
-}
-#rightbox > table {
- background-image: url('/images/backgrounds/bluerock.jpg');
- background-repeat: repeat;
- padding: 10px;
- width: 100%;
- border-style: ridge;
- color: white;
-}
-#rightbox ul {
- margin-top: 0;
- padding-left: 7px;
-}
-#rightbox ul > li {
- list-style-type: none;
- padding: 3px;
-}
-#rightbox a {
- color: lightgreen;
-}
-#underconstruction-container {
- text-align: center;
-}