Results 1 to 5 of 5

Thread: html error

  1. #1
    Join Date
    Sep 2008
    Posts
    4

    Default html error

    I get a 404 error when i click on a link on my web page.when I add html at the end the page loads. any suggestions.

  2. #2
    Early Out's Avatar
    Early Out is offline Former Moderator, Still Respected
    Join Date
    Mar 2006
    Location
    Sector R
    Posts
    4,650

    Default

    Let's say you're trying to link to a page called aboutus.html. The link must look like this:

    Code:
    <a href="aboutus.html">About Us</a>
    or

    Code:
    <a href="http://www.example.com/aboutus.html">About Us</a>
    Without the "html" extension on the file name, the server doesn't know what file you want to open - it could be aboutus.html or aboutus.pdf or aboutus.txt (etc.).

  3. #3
    Join Date
    Sep 2008
    Posts
    4

    Default Error

    Thank-you, Very much apps.

  4. #4
    Join Date
    Sep 2008
    Posts
    4

    Default Still Error

    After fixing all the pages still getting the same error. Can you please take look admin.

  5. #5
    Early Out's Avatar
    Early Out is offline Former Moderator, Still Respected
    Join Date
    Mar 2006
    Location
    Sector R
    Posts
    4,650

    Default

    This is a user-to-user forum, not a BH support site. We're just other users like you, not BH employees. We're not BH admins, and can't look at anything in your account.

    You'll need to give us a link to your site, and even then, all we can do is look at the source code of your page, and try to guess what the problem is.

Posting Permissions

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