Author: pebender
Date: Sat Jan 17 08:14:41 2009
New Revision: 4265
Added:
trunk/gar-minimyth/html/minimyth/error/
trunk/gar-minimyth/html/minimyth/error/404.shtml
trunk/gar-minimyth/html/minimyth/robots.txt
Modified:
trunk/gar-minimyth/html/minimyth/.htaccess
Log:
- Added a 404 document for the web page.
Modified: trunk/gar-minimyth/html/minimyth/.htaccess
==============================================================================
--- trunk/gar-minimyth/html/minimyth/.htaccess (original)
+++ trunk/gar-minimyth/html/minimyth/.htaccess Sat Jan 17 08:14:41 2009
@@ -1,7 +1 @@
-Options +FollowSymlinks
-RewriteEngine on
-
-RewriteCond %{HTTP_HOST} ^www\.minimyth\.org$ [NC]
-RewriteRule ^(.*)$ http://minimyth.org/$1 [R=301,L]
-
-RewriteRule ^(.+)\.shtml$ http://minimyth.org/$1.html [R=301,NC]
+ErrorDocument 404 /error/404.shtml
Added: trunk/gar-minimyth/html/minimyth/error/404.shtml
==============================================================================
--- (empty file)
+++ trunk/gar-minimyth/html/minimyth/error/404.shtml Sat Jan 17 08:14:41
2009
@@ -0,0 +1,49 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML
1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
+ <head>
+ <meta name="author" content="Paul Bender" />
+ <meta name="copyright" content="2006-2009 Paul Bender &
minimyth.org" />
+ <meta name="keywords"
content="MiniMyth,Linux,PVR,Linux,MythTV,diskless,Mini-ITX,EPIA" />
+ <meta name="description" content="" />
+ <meta name="ROBOTS" content="NOINDEX, NOFOLLOW">
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+ <title>MiniMyth - Documents - Build System Instructions</title>
+ <style type="text/css" title="main-styles">
+ @import "../css/minimyth.css";
+ </style>
+ </head>
+ <body>
+ <div class="main">
+ <div class="header">
+ <div class="heading">MiniMyth from <a
href="http://minimyth.org">minimyth.org</a></div>
+ <div class="menu">
+ <span class="menuItemFirst"><a
href="../index.html">Home</a></span>
+ </div>
+ </div>
+ <div class="middle">
+ <div class="heading">Error</div>
+ <p>
+ The requested file '<strong><!--#echo var="REQUEST_URI"
--></strong>' was not found.
+ </p>
+ </div>
+ <div class="footer">
+ <hr />
+ <div class="valid-xhtml">
+ <a href="http://validator.w3.org/check?uri=referer"><img
+ src="/image/w3c-valid-xhtml11-blue.gif"
+ alt="Valid XHTML 1.1" height="31" width="88" /></a>
+ </div>
+ <div class="valid-css">
+ <a href="http://jigsaw.w3.org/css-validator/check/referer"><img
+ src="/image/w3c-valid-css2-blue.gif"
+ alt="Valid CSS!" height="31" width="88" /></a>
+ </div>
+ <div class="version">
+ Last Updated on 2009-01-17
+ <br />
+
< mailto : webmaster at minimyth dot org >
+ </div>
+ </div>
+ </div>
+ </body>
+</html>
Added: trunk/gar-minimyth/html/minimyth/robots.txt
==============================================================================
--- (empty file)
+++ trunk/gar-minimyth/html/minimyth/robots.txt Sat Jan 17 08:14:41 2009
@@ -0,0 +1,2 @@
+User-agent: *
+Disallow: /error/
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"minimyth-commits" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/minimyth-commits?hl=en
-~----------~----~----~----~------~----~------~--~---