Aliases
{
"web" : {
"aliases" : {
"/foo" : "bar",
"/js" : "C:\static\shared\javascript"
}
}
}server set web.aliases./foo = bar
server set web.aliases./js = C:\static\shared\javascriptLast updated
Was this helpful?
{
"web" : {
"aliases" : {
"/foo" : "bar",
"/js" : "C:\static\shared\javascript"
}
}
}server set web.aliases./foo = bar
server set web.aliases./js = C:\static\shared\javascriptLast updated
Was this helpful?
Was this helpful?