1. You are viewing our forum as a guest. For full access please Register. WindowsBBS.com is completely free, paid for by advertisers and donations.

Web Space

Discussion in 'General Internet' started by Ken, 2006/01/15.

  1. 2006/01/15
    Ken

    Ken Well-Known Member Thread Starter

    Joined:
    2006/01/10
    Messages:
    241
    Likes Received:
    0
    I have Verizon DSL with 10MB of free web space that I want to use for file sharing, not to view pictures or text. I have it here: http://mysite.verizon.net/kgbove/index.htm
    If you go there, you will see a Home Page Under Construction. I want to change it to just show the index.htm of files I FTP to the space.
    Any ideas?
     
    Ken,
    #1
  2. 2006/01/15
    SpywareDr

    SpywareDr SuperGeek WindowsBBS Team Member

    Joined:
    2005/12/31
    Messages:
    3,752
    Likes Received:
    338
    What happens if you rename the "index.htm" file, (say to "index.htm.bak ")?

    Also do the same to an "index.html" file if it exists.

    Note: When you revisit the website you may need to a [Shift]-Refresh to force your browser to get the new page.
     

  3. to hide this advert.

  4. 2006/01/15
    Ken

    Ken Well-Known Member Thread Starter

    Joined:
    2006/01/10
    Messages:
    241
    Likes Received:
    0
    When I FTP to the site, I see the Index.htm file that I could rename, delete, etc. Sure seems to me I could replace it. How do I generate an real Index file?
    I renamed it, replaced it with a different index.htm file, but when I access the site I still get the construction page. It seems the index.htm file I see is just a copy of the ISP's file.
    More ideas?
     
    Last edited: 2006/01/15
    Ken,
    #3
  5. 2006/01/15
    txclaw

    txclaw Inactive

    Joined:
    2002/11/23
    Messages:
    25
    Likes Received:
    0
    File View

    Ken,
    try making a new folder with no index file and upload a couple trial files to it ...
    then add a link to your original index file to go to the new folder or add a meta redirect to the main index file that directs to the new folder [ if it shows the directory files ]
    meta code below [ place between your < head > tags
    < meta http-equiv= "refresh" content= "2;url=http://yourwebsite.com/the newfoldername" >
     
  6. 2006/01/16
    SpywareDr

    SpywareDr SuperGeek WindowsBBS Team Member

    Joined:
    2005/12/31
    Messages:
    3,752
    Likes Received:
    338
    If you remove all "index.htm ", "index.html ", "default.htm" and/or "default.html" files, you should end up with a simple file listing, like so:

    http://ftp.arl.mil/ftp/historic-computers/jpeg/

    http://typo3.sunsite.dk/zip-archives/3.7.0/

    http://sprott.physics.wisc.edu/fractals/natural/

    http://www.willem.org/ZIP/utility/

    In other words, if the internet file server can't find any of the four files listed above in a particular directory (folder), it displays a simple list of the files that are in the directory.
     
  7. 2006/01/16
    Ken

    Ken Well-Known Member Thread Starter

    Joined:
    2006/01/10
    Messages:
    241
    Likes Received:
    0
    To txclaw: I can easily add folders, but I don't know how to alter the index file.

    To SpywareDr: Doesn't work; I believe the real index file is guarded by the ISP.
     
    Ken,
    #6
  8. 2006/01/16
    txclaw

    txclaw Inactive

    Joined:
    2002/11/23
    Messages:
    25
    Likes Received:
    0
    info

    Ken,
    1: the verizon sitebuilder faq page..
    Verizon Site Builder FAQ .....

    2: Verizon Server Type: Microsoft-IIS/5.0

    3: I don't know whether a windows server supports non-indexed open folders as *nix does

    4: you can edit the index file via .. notepad or microsoftword if nothing else is present, just save the the file as extension .html

    4a: you should be able to edit the html page with the verizon provided sitebuilder ..
    hope this helps
     
  9. 2006/01/16
    Ken

    Ken Well-Known Member Thread Starter

    Joined:
    2006/01/10
    Messages:
    241
    Likes Received:
    0
    Site Builder doesn't work for me, so I am trying to get that resolved first. Thanks again everyone.
     
    Ken,
    #8
  10. 2006/01/16
    SpywareDr

    SpywareDr SuperGeek WindowsBBS Team Member

    Joined:
    2005/12/31
    Messages:
    3,752
    Likes Received:
    338
  11. 2006/01/16
    Ken

    Ken Well-Known Member Thread Starter

    Joined:
    2006/01/10
    Messages:
    241
    Likes Received:
    0
    Those are great examples of what I want. Now I have to figure out how to do it. At least I now know it can be done.
     
    Ken,
    #10
  12. 2006/01/17
    Ken

    Ken Well-Known Member Thread Starter

    Joined:
    2006/01/10
    Messages:
    241
    Likes Received:
    0
    To SpywareDr: I see one of the sites you found created a file list by linking to Parent Directory software on his home page. Where can I get such software?
     
    Ken,
    #11
  13. 2006/01/18
    SpywareDr

    SpywareDr SuperGeek WindowsBBS Team Member

    Joined:
    2005/12/31
    Messages:
    3,752
    Likes Received:
    338
    Many internet servers are setup to automatically display a simple list of files that are in the folder being accessed if an "index.html" file is not in that folder.

    In other words, if the server finds an "index.html" in the folder being accessed, it displays it. If it's not found, it simply displays a list of the files.

    Servers can also be reconfigured to use any default file name. Some of the most common are: index.html, index.htm, default.html, default.htm. Note that servers can also be configured not to display a list files, but an error page instead.

    So, if your server is setup to look for and display any of those four file names, make sure none of those filenames exist in that folder and then try to access that folder in your browser. With any luck it will display a list of files in that folder.
     
  14. 2006/01/18
    TonyT

    TonyT SuperGeek Staff

    Joined:
    2002/01/18
    Messages:
    9,072
    Likes Received:
    400
    Just delete the index.html file and the server will generate a list of files in the directory automatically. The server will NOT search for any old html files and display them, it will only display files named index.*. A server can be config'd to use any file extention as the default, but I have yet to see a server config'd to use anything other than index.* when it first searches a dir, esp at free hosts like isp personal web space. Most free servers are config's to look for only index.htm & index.html and will ignore other extensions when searching the dirs for a default pgae to display.
     
  15. 2006/01/19
    Ken

    Ken Well-Known Member Thread Starter

    Joined:
    2006/01/10
    Messages:
    241
    Likes Received:
    0
    I tried this and not only did I not get a new list, but I am now forbidden to view the site. This starting to be fun.
     
    Ken,
    #14
  16. 2006/01/19
    txclaw

    txclaw Inactive

    Joined:
    2002/11/23
    Messages:
    25
    Likes Received:
    0
    webpage

    Ken,
    copy and paste the code below into notepad ...
    then save it as all files inserting .htm so it reads index.htm
    upload to your web server .. make a folder called share as specified in the code and upload a file there and see if you can view the new folder as a directory ...
    Code:
    <html>
    <head>
    <title>Kens Homepage</title>
    <meta http-equiv= "Content-Type" content= "text/html; charset=iso-8859-1 ">
    </head>
    
    <body bgcolor= "#FFFFFF" text= "#000000" topmargin= "0" bottommargin= "0" leftmargin= "0" rightmargin= "0 ">
    <div align= "center ">
    <table ALIGN=CENTER VALIGN=top width= "100%" height= "550" border= "0" bordercolor= "CECECE" cellspacing= "3" cellpadding= "6 ">
    <tr>
        <td width= "100%" colspan= "3" ALIGN=CENTER VALIGN=top><H3>Ken's Homepage</h3></td>
      
      </tr>
      <tr>
        <td width= "15% ">&nbsp;</td>
        <td width= "70%" ALIGN=CENTER VALIGN=top><a href= "http://mysite.verizon.net/kgbove/share "> <h4><font color= "#000000 ">Viewable Folder Content</font></h4></a></td>
        <td width= "15% ">&nbsp;</td>&nbsp;
      </tr>
      <tr>
        <td width= "15% ">&nbsp;</td>
        <td width= "70%" ALIGN=CENTER VALIGN=center></td>
        <td width= "15% ">&nbsp;</td>&nbsp;
      </tr>
       <tr>
         <td width= "100%" colspan= "3 "ALIGN=CENTER  VALIGN=center>homepage content by Ken</td>
      </tr>
    </table>
    </div>
    </body>
    </html>
    
     
  17. 2006/01/19
    Ken

    Ken Well-Known Member Thread Starter

    Joined:
    2006/01/10
    Messages:
    241
    Likes Received:
    0
    Webpage

    To TXCLAW: Thanks, I am making progress. I get the home page, but when I try to get to the SHARE file I get this:
    Forbidden
    You don't have permission to access /kgbove/share/ on this server.
     
    Ken,
    #16
  18. 2006/01/19
    txclaw

    txclaw Inactive

    Joined:
    2002/11/23
    Messages:
    25
    Likes Received:
    0
    webpage

    Ken,
    Once again it is back to the windows server file read/render format ... maybe time to shoot a email to webpage support and ask why folder views are not enabled and see if they can be set on for your site or just exactly what code do you need to use if any ....
    other than that I will research some more ....
    Regards
    TxClaw

    update: have you logged in the link below at your webspace and found any file/option to switch to get folder view?

    https://sso.verizon.net/ssowebapp/VOLPortalLogin?ActualTarget=https://netservices.verizon.net/portal/verizon/protected/afterssologin.jsp?a=b
     
    Last edited: 2006/01/19
  19. 2006/01/19
    Ken

    Ken Well-Known Member Thread Starter

    Joined:
    2006/01/10
    Messages:
    241
    Likes Received:
    0
    Webspace

     
    Ken,
    #18
  20. 2006/01/19
    txclaw

    txclaw Inactive

    Joined:
    2002/11/23
    Messages:
    25
    Likes Received:
    0
  21. 2006/01/19
    Ken

    Ken Well-Known Member Thread Starter

    Joined:
    2006/01/10
    Messages:
    241
    Likes Received:
    0
    webspace

    It must require some kind of link to the home page as the new folder comes up NOT FOUND.
    The example sites all had a connection to the home page with some software like what other ISP's use for their parent directory and index files. Wish I new where to find such software.
     
    Ken,
    #20

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.