|
Author |
Message |
vel
Joined: 05 Oct 2004
Posts: 339
Location: oc|ca|usa
|
Posted: Mon Dec 27, 2004 10:06 pm Post subject: Custom 404 Error page. |
|
|
Lol, i thought this is cool.
Go to your html editor.
Type in something like "hey, this doesnt exist, go to www.website.com/main.html".
Save it as error404.html
Upload to website and it works if you type in random stuff after your domain.
Look: iLovePhotoshopForums
Anyone know how to incorporate PHP, and display what page you were looking for.. etc? _________________ postcount++; |
|
|
|
|
BryanDowning
Joined: 05 Jul 2004
Posts: 1554
Location: California, USA
|
Posted: Tue Dec 28, 2004 4:20 pm Post subject: |
|
|
Code: | I'm sorry, the page http://yourdomain.com<?php echo $HTTP_SERVER_VARS["REQUEST_URI"]; ?> does not exist. Please visit our home page at <a href="http://yourdomain.com">http://yourdomain.com</a> |
This should work. My buddy Blake helped me out on this one. _________________ Best Regards,
Bryan Downing
bryandowning.com |
|
|
|
|
vel
Joined: 05 Oct 2004
Posts: 339
Location: oc|ca|usa
|
Posted: Tue Dec 28, 2004 6:17 pm Post subject: |
|
|
Great, thanks. _________________ postcount++; |
|
|
|
|
dojo.ro
Joined: 09 May 2004
Posts: 45
Location: Timisoara, Romania
|
Posted: Wed Apr 05, 2006 12:30 pm Post subject: |
|
|
|
|
|
|
|
|