Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   TBDev (http://www.bvlist.com/forumdisplay.php?f=20)
-   -   404 error on TBDev08 (http://www.bvlist.com/showthread.php?t=9720)

Birkoff 16th January 2014 14:18

404 error on TBDev08
 
1 Attachment(s)
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



All times are GMT +2. The time now is 11:39.

Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.