I am wondering if I will run into any issues with having plus symbols “+” in my URLs. Could these potentially cause problems or even errors?
I wouldn’t normally use plus symbols, but my wiki has a feature to more intuitively and simply name pages, but the down side is the url’s end up with plus symbols like this: site.com/Really+Cool+Page.
Thanks!
The plus symbol is an encoding for a space character
See
http://en.wikipedia.org/wiki/Query_string
You should be fine using it.