![]() |
Anybody have a 404 error redirection script?
I need one so if any of you want to help out a fellow gfyer it would be much appreciated.:thumbsup
|
Use our hosted 404 trap =)
If you sign up we have the code for you to place on your htaccess... |
Just use htaccess or just set your custom 404s in plesk/cpanel and upload your own page for it.
Or am I misunderstanding you? |
|
Quote:
|
Go with epic they got good shit...
|
create a document in the root directory of your site named .htacces and put this line in it:
ErrorDocument 404 http://www.domain.com/404.html Of course, change the domain and path to your 404 script/file |
if you want to redirect a particular page somewhere and have PHP, you can use this.
<? header ("Status: HTTP/1.1 301 Moved Permanently"); header("Location: http://www.yoursite.com"); ?> htaccess entry ErrorDocument [number] [file path] ie. ErrorDocument 404 /error.htm |
All times are GMT -7. The time now is 12:50 AM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123