%20

  • Thread starter Thread starter stan
  • Start date Start date
S

stan

I am trying to make subpages but instead of getting
mysite/othersite

i get
mysite/%20othersite

how do i resolve this to get mysite/othersite/etc
 
The "%20" refers to a space in the directory name. FOr
example:
"/wwwroot/ myweb" will show up like "/wwwroot/%20myweb"
 
Back
Top