+ Reply to Thread
Results 1 to 9 of 9

Thread: posting a link

  1. #1
    Join Date
    Feb 2010
    Posts
    6

    Default posting a link

    Can someone please help. I am trying to post an HTML link on my blogspot to a file hosted on my bluehost account. Everytime I post the zip file link it asks users to enter a username and password.

    Can anyone tell me how to go about posting a link on another site without the username/password box popping up. I searched the forum and did not find any answers. I have contacted bluehost and they tell me they can't help.

    Thanks

  2. #2
    Join Date
    Nov 2006
    Location
    Sydney, Australia
    Posts
    4,533

    Default

    Only links that point to a file or folder that is password protected will pop up a request for the password. You must be typing in the wrong link.

  3. #3
    Join Date
    Feb 2010
    Posts
    6

    Default

    Thank you for your response but is there a way to set which files need to be password protected?

  4. #4
    Join Date
    Nov 2006
    Location
    Sydney, Australia
    Posts
    4,533

    Default

    Unless you set up a password protected folder there shouldn't be any files on your site that ask for a password before accessing them.

  5. #5
    Join Date
    Feb 2010
    Posts
    6

    Default

    I have figured out how to post the link on blogspot but now when I do it goes to a message that says 'page not found'.

    I am using this HTML code,

    <a href=“http://www.mywebaddress.com/myfile”></a>

    could it be doing this because my blog address is not pointed to my domain name?

  6. #6
    Join Date
    Apr 2008
    Location
    Chasing the Holy Grail - Pacific Northwest
    Posts
    670

    Default

    You need to specify the file extension, such as .txt or .pdf

    Example: <a href=“http://www.mywebaddress.com/myfile.pdf”></a>

    Otherwise the web server is looking for something like index.php, index.html, etc. in a folder called myfile
    aka Barry
    In the Hyperion universe, a farcaster is an instantaneous transportation device.

    Murphy's Law - "Anything that can go wrong, will go wrong" (and at the most inopportune time)

  7. #7
    Join Date
    Feb 2010
    Posts
    6

    Default

    Thank you, yes I am incuding the extension .zip just forgot to add it to my post. I still get the error message page not found though. I just can't figure out why it is doing that

  8. #8
    Join Date
    Nov 2006
    Location
    Sydney, Australia
    Posts
    4,533

    Default

    Quote Originally Posted by Faith516 View Post
    I still get the error message page not found though. I just can't figure out why it is doing that
    If the file was in the public_html folder then that reference would find it. Did you possibly upload it to somewhere outside that folder so it can't be accessed from the web?

  9. #9
    Join Date
    Feb 2010
    Posts
    6

    Default

    Thank you for all your help but I think I've finally got it worked out. for some reason the html code I posted wasn't working with blogger.

+ Reply to Thread

Posting Permissions

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