Results 1 to 3 of 3

Thread: Im stuck on this one
      
   

  1. #1
    djbigphilly is offline First Sergeant
    Join Date
    Dec 2008
    Posts
    70

    Question Im stuck on this one

    i made my index page bigmixtape.com
    when i goto two buttons they do the smae thing they give me a 404 error
    the butons are industryhelp and free ringtones
    how do i fix it
    when i type in bigmixtape.com/industryhelp.html i see the index
    so i know its in the server
    what next
    bigmixtape.com/freeringtone.html/freeringtone.html is the link in the button

  2. #2
    wysiwyg4 is offline Major
    Join Date
    Nov 2007
    Posts
    481

    Arrow Re: Im stuck on this one

    The mouse over gives

    http://www.bigmixtape.com/industryhe...ustryhelp.html

    It might be confusing for the Google bot to see industryhelp.html as
    a directory. Its basic structure is that of a file - an html file
    The file industryhelp.html on the server is upload as Industryhelp.html
    with uppercase I.

    It should be just this http://www.bigmixtape.com/industryhelp.html

    or

    http://www.bigmixtape.com/industryhe...ustryhelp.html
    even though that still would be redundant.

    The same for the ringtone.

    I think you are confusing directory names with the file names.

    Always have / at the end of directory
    no / at the end of file

    Generally, the directory has no extension. Files do.

  3. #3
    djbigphilly is offline First Sergeant
    Join Date
    Dec 2008
    Posts
    70

    Default Re: Im stuck on this one

    i change the name
    it worked thank you

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