question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

`This site can’t be reached Error` in IIS

See original GitHub issue

Bug Report

Steps to reproduce

  1. Host docsify project in Windows IIS

What is current behaviour

Browser returns

This site can’t be reached docs.domain.com’s server IP address could not be found.

What is the expected behaviour

Project to load like when docsify serve is run

Other relevant information

  • Bug does still occur when all/other plugins are disabled?

  • Your OS: Windows 10

  • Node.js version:

  • npm/yarn version:

  • Browser version: Chrome

  • Docsify version: 4.9.4

  • Docsify plugins: Emoji, Clipboard, Search

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:5 (1 by maintainers)

github_iconTop GitHub Comments

3reactions
alexpeasleyghccommented, Dec 16, 2019

@msi-matthew - Yep, in IIS. Google “Mime Type in IIS”

1reaction
alexpeasleyghccommented, Dec 14, 2019

@msi-matthew After setting the Mime type for Markdown (see below) then my site rendered as expected. You should be able to copy everything from your docs folder into your target website folder.

Add Meme with these values. Extension: “md” Mime Type: “text/x-markdown”

Read more comments on GitHub >

github_iconTop Results From Across the Web

Created Website in IIS - This site can't be reached
It's because the host name is not recognized by the DNS server that your browser is querying looking for the IP address. Added...
Read more >
This site can't be reached in IIS Windows 7 - Stack Overflow
Maybe the IIS internal user doesnt have access to that directory where you have the website. Try adding the local group "IIS_IUSRS" to...
Read more >
How to Fix the "This Site Can't Be Reached" Error (5 Ways)
Restart your internet connection. Disable your firewall and antivirus. Clear your browser cache. Flush your DNS cache. Change your DNS servers.
Read more >
How-To Fix “This Site can't be Reached” in Chrome and Edge
1. - Right-click on the start menu or press Windows key + X - Choose Command Prompt (admin) or PowerShell (admin) - You will get...
Read more >
How do I fix this site can't be reached error. - CodeProject
Figured it out with some random logical troubleshooting. Basically under the bindings of that site, make sure you have you certificate ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found