Hai, api.example.com open api.example/api
basically, I want the user when open api.example.com to see the content of example.com/api/index.html thank you
basically, I want the user when open api.example.com to see the content of example.com/api/index.html thank you
What web server are you using? Apache, Nginx or something else?
The quickest way to set this up would be to add a new virtualhost configuration (server block for nginx) to your configuration and point that virtualhost to the api directory.
apache sir