20,212 questions
How to configure IIS URL Rewrite
moondaddy
916
Reputation points
On Windows Server 2019, I have URL Rewrite installed.
I put a RDF ontology in a website director and configured URL Rewrite with these instructions:
- Open IIS Manager.
- Select the site that hosts your ontologies.
- In the Features view, double-click "URL Rewrite."
- In the Actions pane, click "Add Rule(s)…"
- Select "Blank rule" and then click "OK."
- In the "Match URL" section, enter a Pattern that matches the URL path you want to rewrite, something like ^ontologies/core/persons$.
- In the "Action" section, select "Rewrite" and enter the URL of the RDF file, like:
http://somesite/ontologies/core/persons/person-ontology.rdf
Click "Apply" in the Actions pane to save the rule.
But when I test it with this url I get a 404 error:
http://thinkgraph.org/ontologies/core/persons
How can I fix this?
Windows for business Windows Server User experience Other
Sign in to answer