Results 1 to 4 of 4

Thread: How to find, edit (customize) Error 404 Page
      
   

  1. #1
    zzzmuzz's Avatar
    zzzmuzz is offline Master Sergeant
    Join Date
    Dec 2007
    Location
    Auckland, New Zealand
    Posts
    65

    Default How to find, edit (customize) Error 404 Page

    On my various sites I would like a customised page as some seem to have but cant find the info anywhere. How is this done?

    (I am sure the info is here somewhere, but the "Search" facility seems very limited unless there are instructions somewhere re more complex searches eg 404 AND Error etc. 404 did not come up on Support site either)

    The current site I am working on is : www.diannespain.com

    Thanks,
    Muzz

  2. #2
    Join Date
    Feb 2006
    Location
    Earth
    Posts
    8,721

    Default Re: How to find, edit (customize) Error 404 Page

    Hi, there might be other ways? But the one on my site works by creating a BV page that you want visitors to see when a bad url is entered. This page will have a short message & redirect you to what ever page you like. (Usually home page). So it is actually 2 redirects.

    So 1st create a BV page that you want visitors to see instead of a 404 & place the code below in the page html “Between head tag”. The number 7 is the time the page will show for in seconds before redirecting to your home page. Change this if needed.
    Name this page ” redirect_page “ Publish & the 1st part is done.

    <META HTTP-EQUIV=Refresh CONTENT="7;URL= http://www.diannespain.com/ /">



    Now go to your cpanel and click on Error pages & then click on the 404 page & enter the code below in the empty form area with your 404 pages url. Go to bottom of page & press save.
    Notice this is the same as the code above but with “0” time setting to redirect straight away.

    <META HTTP-EQUIV=Refresh CONTENT="0;URL= http://www.diannespain.com/redirect_page.html/">



    Now go to your address bar & enter your sites address with a duff page EI:
    http://www.diannespain.com/micky_mouse.html
    You should get the redirect to the message page & then a redirect to the home page.

  3. #3
    navaldesign's Avatar
    navaldesign is offline General & Forum Moderator
    Join Date
    Oct 2005
    Location
    Italy
    Posts
    12,115

    Default Re: How to find, edit (customize) Error 404 Page

    A very easy way to create a customized error page is this: create the page in BV as you like it. Publish it.
    Connect with FTP and change (on the server) the extension to be .shtml instead of .html

    You are done.

    Second method:

    Create the page in BV. Copy it's code. Go in your CP, Error Pages, and chose the page you want to edit. Paste the code you copied from BV, and place, in the appropriate position, the default page messages (the ones that CP by default has on the page). Save and you are done.
    Navaldesign
    Logger Lite: Low Cost, Customizable, multifeatured Login script
    Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
    DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
    Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!


  4. #4
    zzzmuzz's Avatar
    zzzmuzz is offline Master Sergeant
    Join Date
    Dec 2007
    Location
    Auckland, New Zealand
    Posts
    65

    Default Re: How to find, edit (customize) Error 404 Page

    Thank you both for your helpful comments. I am on to it!

    Muzz

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49