Page 1 of 1

blog URL / pathname should not contain blanks

Posted: Sun Sep 14, 2008 1:37 am
by tonyn
I find that a blog's URL or pathname should not contain blanks (spaces). I think the installer should warn if it sees spaces in the name, and the Fresh Installation docs should mention the issue in the Uploading Serendipity section:

"or into any subdirectory you like. The subdirectory path should not contain blanks (spaces)."

S9y /almost/ works when the blog name contains a space, but the .htaccess file doesn't quote the blog path, and some detection didn't work so there are (illegal) PHP settings added, and logging in doesn't stick. This is enough problems to warrant not using blanks, rather than trying to find and fix all the problems.

It is fine for the Blog Name to contain spaces.

Posted: Mon Sep 15, 2008 4:03 pm
by judebert
Spaces in URLs are invalid; generally they need to be encoded with %20.

I'm not sure how the .htaccess would handle that, though. Perhaps an installation warning message is our best option.