Tìm kiếm hỗ trợ

Tránh các lừa đảo về hỗ trợ. Chúng tôi sẽ không bao giờ yêu cầu bạn gọi hoặc nhắn tin đến số điện thoại hoặc chia sẻ thông tin cá nhân. Vui lòng báo cáo hoạt động đáng ngờ bằng cách sử dụng tùy chọn "Báo cáo lạm dụng".

Tìm hiểu thêm

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

  • 5 trả lời
  • 3 gặp vấn đề này
  • 3 lượt xem
  • Trả lời mới nhất được viết bởi 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?

Tất cả các câu trả lời (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.