When my server receives a request with the header "Accept: application/ld+json", return a specific file – Apache
I want to be able to do the following: When my Apache server receives a request with the header: Accept: application/ld+json I want to return the file "./jsonld", with the header ContentType: application/ld+json This is what I have so far…