Results 1 to 8 of 8

Thread: Question about .html
      
   

  1. #1
    tshobie is offline Master Sergeant
    Join Date
    Aug 2009
    Posts
    61

    Default Question about .html

    I go to a lot of website pages where I just put the name of the page after the / and not type in .html and they come up just fine. But if I try doing this on my voda webpages the URL is not found unless I physically type in .html at the end. So if I wanted to send someone to a page on my website, say through a classified ad or flyer, such as www.havasu-fun.com/puppies they actually have to type it all in - www.havasu-fun.com/puppies.html or they'll get a URL not found message. Why is that, does anyone know? I don't need to put in the html on other sites I go to, it'll automatically do it.

  2. #2
    zuriatman's Avatar
    zuriatman is offline Moderator
    Join Date
    Sep 2006
    Location
    Malaysia
    Posts
    3,039

    Default Re: Question about .html

    Can you post a sample website and page where you can as claimed?
    www.siapamoyanganda.com/
    Malaysian Family Tree Website From the
    State of Johor.

    HAPPY ARE THOSE WHO DREAM DREAMS AND ARE READY TO PAY THE PRICE TO MAKE THEM COME TRUE.

  3. #3
    tshobie is offline Master Sergeant
    Join Date
    Aug 2009
    Posts
    61

    Default Re: Question about .html

    I'll do that, no time right now though.

  4. #4
    tshobie is offline Master Sergeant
    Join Date
    Aug 2009
    Posts
    61

    Default Re: Question about .html

    Example - Lifetime Network is advertising www.mylifetime.com/flick

  5. #5
    bravo75 is offline Sergeant First Class
    Join Date
    Feb 2009
    Posts
    58

    Default Re: Question about .html

    I think your page needs to be indexed first
    Last edited by bravo75; 10-28-2009 at 05:05 AM. Reason: typo

  6. #6
    tshobie is offline Master Sergeant
    Join Date
    Aug 2009
    Posts
    61

    Default Re: Question about .html

    What does that mean exactly?

  7. #7
    Vasili's Avatar
    Vasili is offline Moderator
    Join Date
    Mar 2006
    Posts
    13,612

    Arrow Re: Question about .html

    Quote Originally Posted by tshobie View Post
    Example - Lifetime Network is advertising www.mylifetime.com/flick
    This site was created using ASPX coding, not standard static HTML. If you look carefully when using this link, the URL viewable will basically a template for the specific FLICK directory whereas the page definition itself is encrypted (hidden). When you roll over the Menu items, only the general Directory navigation can be seen, and the current linked page is still hidden .... this allows the Webmaster to change out the pages easily by marking them "published" or "unpublished" at will.

    Similar to CMS sites or even shopping carts that use primarily PHP coded foundations, ASPX creates dynamic pages 'on the fly' per the script that has been written: first it will recall from a Database the Style sheets to formulate the manner in which to present the page, and then it will recall and fill in the page construct according to the page file itself, all organized as detailed in those page files. That is why if you use this link, the page template presents as designed, but the individual elements do not (the iFrames and other elements are dysfunctional or missing).


    Blue Voda uses CSS (stylesheets) to dictate the specific code to present the formatting of your site (fonts, colors, etc.) and via Unicode foundation forms the manner in which elements are to be presented onto an HTML coded page .. a static page, not a dynamic one, which is why you must specifically designate the static destination for that page construct to be recalled from to present --- the reason you need to "specify" within the URL itself the type and location of the page you are calling on to load/link to: why you need to add the ".html" to your hyperlinking.
    . VodaWebs....Luxury Group
    * Success Is Potential Realized *

  8. #8
    jcaywood is offline Major
    Join Date
    Dec 2007
    Location
    Bastrop, TX USA
    Posts
    417

    Default Re: Question about .html

    I had a similar instance once and I got around it by redirecting the link without the '.html" to the link with '.html'. This was just one page I was posting though.

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