View Single Post
  #1  
Old 16th January 2014, 14:18
Birkoff's Avatar
Birkoff Birkoff is offline
Senior Member
 
Join Date: Aug 2010
P2P
Posts: 24
Thumbs up 404 error on TBDev08
ADD this in .htaccess

ErrorDocument 404 http://yoursitenameurl/404.php

404.php
PHP Code:
<html><head>
<
title>404 Not Found</title>
<
style type="text/css">
body {
 
background-color#dad6d5;background-image: url('./404.png'); background-position: center; background-repeat: no-repeat; margin-top: 800px;
fixed:yes;
max-width:100%;
max-height:100%;

 }

</
style>
</
head><body>

</
body></html
Attached Thumbnails
404.png  
__________________
http://lastfile.net
If you find a minimal "bug" report to me (Birkoff), receive 1 week vip!
Reply With Quote