Quantcast
Page 1 of 3 123 LastLast
Results 1 to 10 of 24

SHTML Files Issues with Windows 7

  1. #1
    spookygirl is offline Junior Member
    Enjoys Windows 7 Forums
     
    Join Date
    Nov 2010
    Posts
    10

    SHTML Files Issues with Windows 7

    Most of the pages on my website were written in shtml. I have no trouble at all updating those pages with my old computer which ran XP. I downloaded the files into my new computer which has Windows 7 and I can't even see the files. They do not appear in Windows Explorer.
    What can I do to see and open these shtml files?

    When I update my site, I simply rewrite the source code and upload the new page with my ftp program. Its never been an issue before. I do not use a webpage program, never have.
    Thansk for any help!

    Reply With Quote Reply With Quote

  2. #2
    zvit's Avatar
    zvit is offline Tier 2 Moderator
    Enjoys Windows 7 Forums
     
    Join Date
    Nov 2009
    Age
    40
    Posts
    1,246

    Re: SHTML Files Issues with Windows 7

    Make sure they are not hidden:
    How to show hidden files in Windows 7

    Then assign a program that you want them to open up with.
    ex: cmd /c assoc .shtml=htmlfile

    Reply With Quote Reply With Quote

  3. #3
    spookygirl is offline Junior Member Thread Starter Thread Starter
    Enjoys Windows 7 Forums
     
    Join Date
    Nov 2010
    Posts
    10

    Re: SHTML Files Issues with Windows 7

    I did that, just as you said, and I still can't see them in Windows Explorer. I know they are there as I can see them when I open up my ftp file transfer program and I can see them listed in there.
    What am I doing wrong?

    Reply With Quote Reply With Quote

  4. #4
    zvit's Avatar
    zvit is offline Tier 2 Moderator
    Enjoys Windows 7 Forums
     
    Join Date
    Nov 2009
    Age
    40
    Posts
    1,246

    Re: SHTML Files Issues with Windows 7

    Just for kicks, in your ftp program, rename your local file to .html and see if you can see that. Report back. I'm here.

    Reply With Quote Reply With Quote

  5. #5
    spookygirl is offline Junior Member Thread Starter Thread Starter
    Enjoys Windows 7 Forums
     
    Join Date
    Nov 2010
    Posts
    10

    Re: SHTML Files Issues with Windows 7

    I tried renaming and that did not work. They still do not show up. When I had new website rebuilt the builder used shtml instead of html. I have no idea why.

    Reply With Quote Reply With Quote

  6. #6
    zvit's Avatar
    zvit is offline Tier 2 Moderator
    Enjoys Windows 7 Forums
     
    Join Date
    Nov 2009
    Age
    40
    Posts
    1,246

    Re: SHTML Files Issues with Windows 7

    It should not be a problem with the shmtl files since you renamed it and you still can't see it. So let's also try to show protected system files:
    Hidden Files and Folders - Show or Hide - Windows 7 Forums

    Do that and tell me if you can see them. (Remember after we are done, to re-check and re-hide the system files!)

    p.s. do you have other files in that folder that you CAN see?

    Reply With Quote Reply With Quote

  7. #7
    zvit's Avatar
    zvit is offline Tier 2 Moderator
    Enjoys Windows 7 Forums
     
    Join Date
    Nov 2009
    Age
    40
    Posts
    1,246

    Re: SHTML Files Issues with Windows 7

    Here's another thing to do to make sure they are not hidden:

    1. Click start >> run >> type in "cmd"
    2. Type the location of your drive with the files.. e.g. "d:", "e:", "f:", etc..
    3. Navigate to your folder with the files by typing cd Myfolder\Myfiles
    4. Type "dir /ah" (without quotes - you will now see the files/folders with hidden attributes)
    4. Type "attrib [name of file/folder] -r -a -s -h" (no quotes)
    *if you're going to unhide files, you should type the whole name plus the extension (format).. example "attrib party.jpg -r -a -s -h"
    **if you have folders with 6 characters and above, type the first 6 characters then "~1".. example for folder named "birthday"
    "attrib birthd~1 -r -a -s -h" (no quotes)
    5. You should repeatedly type dir /ah after unhiding some files/folders so you'll know if they're now working or not..
    6. Now check your files.. if you can see them.

    Reply With Quote Reply With Quote

  8. #8
    spookygirl is offline Junior Member Thread Starter Thread Starter
    Enjoys Windows 7 Forums
     
    Join Date
    Nov 2010
    Posts
    10

    Re: SHTML Files Issues with Windows 7

    Nope that did not work. I'll try the next one you listed.

    Reply With Quote Reply With Quote

  9. #9
    zvit's Avatar
    zvit is offline Tier 2 Moderator
    Enjoys Windows 7 Forums
     
    Join Date
    Nov 2009
    Age
    40
    Posts
    1,246

    Re: SHTML Files Issues with Windows 7

    I'll get ahead of you in case it didn't work.

    1. restart the computer and check if you can see them.
    2. Tell me the folder path you downloaded the files to.
    3. Are there any other files in that folder? If there are - can you see them? If not, put other files there and tell me if you can see them.
    4. What version of Windows are you using?
    5. Try downloading them to a different drive and check if you can see them.
    6. What ftp program do you use?

    Reply With Quote Reply With Quote

  10. #10
    zvit's Avatar
    zvit is offline Tier 2 Moderator
    Enjoys Windows 7 Forums
     
    Join Date
    Nov 2009
    Age
    40
    Posts
    1,246

    Re: SHTML Files Issues with Windows 7

    Quote Originally Posted by spookygirl View Post
    When I had new website rebuilt the builder used shtml instead of html. I have no idea why.
    SHTML is HTML that is basically processed on the server prior to it being served in the browser. You can use it to include files to help you with easy changes.

    For example, you can create a nav.html file to be included into an SHTML file. And then, when you add a new page, instead of changing ten pages, you only need to change one page. And then your nav will be updated on all pages. As far as building a site with SHTML- it is still HTML, but it is parsed on the server.

    Reply With Quote Reply With Quote

Page 1 of 3 123 LastLast

Similar Threads

  1. Replies: 3
    Last Post: 03-26-2012, 09:15 AM
  2. Saving files in Windows 7- files renamed on hover
    By lmiiller in forum Windows 7 Support
    Replies: 11
    Last Post: 12-01-2009, 02:18 PM
  3. Permission Issues - Editing Data Files
    By Tyruss in forum Windows 7 Support
    Replies: 0
    Last Post: 11-10-2009, 02:18 PM
  4. Replies: 0
    Last Post: 07-09-2009, 07:42 AM
  5. Build 7057: Install issues at 'Expanding Windows files'
    By Witchsong in forum Windows 7 Installation and Upgrade
    Replies: 5
    Last Post: 03-21-2009, 09:33 AM

Visitors found this page by searching for:

display shtml on windows 7

shtml in windows 7

shtml windows 7

Tags for this 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
  •