blog URL / pathname should not contain blanks

Found a bug? Tell us!!
Post Reply
tonyn
Regular
Posts: 10
Joined: Sun Aug 24, 2008 4:23 am
Location: Boston, MA
Contact:

blog URL / pathname should not contain blanks

Post 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.
judebert
Regular
Posts: 2478
Joined: Sat Oct 15, 2005 6:57 am
Location: Orlando, FL
Contact:

Post 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.
Judebert
---
Website | Wishlist | PayPal
Post Reply