i want to create an alias in my subdomain. The easiest way to do for my host is this :
Alias "/docs" "/var/sudomain/web"
Here all requests from http://google.io/docs will use folder /var/sudomain/web
but i want to do this
Alias "subdomain/docs" "/var/web"
Here all requests from http://subdomain.google.io/docs will use folder /var/sudomain/web
Can anyone help me?