Submit Your Article Forum Rules

Results 1 to 2 of 2

Thread: SiteMap page will act as 404 error page conditionally

  1. #1

    SiteMap page will act as 404 error page conditionally

    Hi All
    My client wants his website's "sitemap" page will act as 404 error page conditionally.What he means to say is there will be a single page which is "sitemap.php", top of the page custom 404 message will be hidden. When required the page will be displayed as error page otherwise it will act as simple sitemap page with hidden 404 msg.

    How to do it with php/javascript? Any suggestion or example would be appriciable.

    Thanks in advance-
    developersouvik
    Developersouvik [Technology & creativity Spun together]
    http://developersouvik.orgfree.com

  2. #2
    Member
    Join Date
    Sep 2005
    Posts
    39

    Re: SiteMap page will act as 404 error page conditionally

    Just redirect the 404 error to the sitemap page using the web server. If it is apache... you can redirect in the httpd.conf file. If IIS, I think there is a dialog box that lets you enter the page, sitemap.html.

    Either way, you need access to the web server. I have never tried a Javascript solution. You could capture the 404 response and redirect in javascript, that should work.

Similar Threads

  1. Getting a error on this page ???
    By waveswebdesign in forum Content Discussion Forum
    Replies: 1
    Last Post: 04-09-2007, 06:14 PM
  2. Error on page
    By bmiller011 in forum Graphics & Design Discussion Forum
    Replies: 11
    Last Post: 08-31-2005, 04:37 PM
  3. How to redirect page to the error page
    By bobkom in forum Web Programming Discussion Forum
    Replies: 4
    Last Post: 08-29-2005, 08:04 AM
  4. Error on page
    By Bohak in forum Graphics & Design Discussion Forum
    Replies: 11
    Last Post: 05-17-2004, 05:20 PM
  5. Error On Page?
    By splinter in forum WebProWorld: Guidelines/Announcements/Suggestions
    Replies: 7
    Last Post: 03-01-2004, 04:48 PM

Posting Permissions

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