WordPressBear
Member
Posted 4 years ago #
I just discovered that WordPress favors URL's that are all lower case. This is going to be a problem for me, as I want to convert several websites to WordPress that feature URL's that look like this:
MySite/World/Spain
I used the following code to create pretty permalinks:
%category%/%postname%
Is there something I can to make %postname% preserve any capitals that I include in my post title, giving me MySite/World/Spain, rather than MySite/world/spain?
Thanks.
I've just discovered this too and it's a potential problem for too. I've narrowed it down a bit but I don't understand what's going on.
If I use "http://www.mydomain.com/blogs/Blog1/2009/01/22/hello-world/" I see the sidebar ok but all I see in the main area is a hyperlink "Edit this entry" with the same url. Note the capital B in "Blog1".
If I use "http://www.mydomain.com/blogs/blog1/2009/01/22/Hello-world/" it works fine. Note the capital H in "Hello".
Can anyone explain this please?
- Thank you -