I need to serve a JSON file from the root of my website, for example, [u]http://mywebsite.com/info.json[/u]
How can I do this? I tried uploading it as media but JSON format isn’t supported. The JSON is a static file if that helps.
I need to serve a JSON file from the root of my website, for example, [u]http://mywebsite.com/info.json[/u]
How can I do this? I tried uploading it as media but JSON format isn’t supported. The JSON is a static file if that helps.
Hi there,
Did you get answer for your question?
I have the same problem and looking for a way to add JSON file
This is an old post and is being closed.
You’ll be better off posting a new question instead of bumping an old one. Explain what it is you are trying to do.
No. In the end I span up a little apache server separately with its own subdomain serve it from there.