Browser returns
This site can鈥檛 be reached docs.domain.com鈥檚 server IP address could not be found.
Project to load like when docsify serve is run
When setting the web.config file to redirect requests to index.html
<configuration>
<system.webServer>
<httpRedirect enabled="true" exactDestination="true" httpResponseStatus="Found">
<add wildcard="*.*" destination="/index.html" />
</httpRedirect>
</system.webServer>
</configuration>
The side bar and main page display Loading..., but never load.
Please verifies the directories or the router.
Not sure about IIS and web.config
The usual flow is
you can either create your docs using docsify init <your docs folder> and start writing markdown files in it and using docsify serve <your docs folder> command it will create a live-server where you can preview the site in realtime. Now to host it, simply host the <your docs folder> in your hosting platform and it should work properly.
This site can鈥檛 be reached docs.domain.com鈥檚 server IP address could not be found.
I guess you might did something wrong with lookups.
See here how routing in docsify works : https://docsify.js.org/#/more-pages
Hope this might help.
Closing this. 馃憤
Please comment below if you want to add anything to it
@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"
@alexpeasleyghc Where are you setting the mime type?
Is this an IIS setting?
@msi-matthew - Yep, in IIS. Google "Mime Type in IIS"
Most helpful comment
@msi-matthew - Yep, in IIS. Google "Mime Type in IIS"