Pesquisar no site de suporte

Evite golpes de suporte. Nunca pedimos que você ligue ou envie uma mensagem de texto para um número de telefone, ou compartilhe informações pessoais. Denuncie atividades suspeitas usando a opção “Denunciar abuso”.

Learn More

Esta discussão foi arquivada. Faça uma nova pergunta se precisa de ajuda.

How to view .shtml files locally? I have added "Open in Browser" but still not able to see the local .shtml file.

  • 5 respostas
  • 3 têm este problema
  • 3 visualizações
  • Última resposta de the-edmeister

more options

I have added Open in browser add ons in Firefox browser, but still not able to see the .shtml files on local machine. Can any one please tell me how to view .shtml files in Firefox?

I have added Open in browser add ons in Firefox browser, but still not able to see the .shtml files on local machine. Can any one please tell me how to view .shtml files in Firefox?

Todas as respostas (5)

more options

SHTML files are regular HTML files that make use of Server-Side Includes. In some server configurations, the special file extension is required to instruct the server to parse the file for SSI code.

If Firefox doesn't recognize the file type, it is likely the MIME type is incorrect.

Try this Addons

more options

Hi,

I have already added "Open in Browser" addon but not able to view .shtml files? do we need do some settings in browser after adding "Open in Browser" addons?

more options

"Server-Side Includes" needs the "server" - on your PC to be able to view those pages "off-line".

Are you developing those .shtml files yourself? If so, you need to set up a "server" on that PC to be able to view those files.

more options

No I am not developing .shtml files my self, some of the designers are providing .shtml files to me for developing web based application, I don't have any server on my PC. without installing any server is there any way to view those .shtml files?

more options

Yes, if they send them to you as "Web Page, Complete" or in MHTML format you should be able to view those "pages". Might not help you though if you are going to be modifying or working with the code.