From: https://pypi.python.org/id/tlevine Date: Sun, 27 Jul 2014 16:10:22 +0000 (-0400) Subject: (no commit message) X-Git-Tag: debian/3.20140815~15 X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/commitdiff_plain/5b000cda7e4c8fbbff922424dc6c42dd8644c743?ds=sidebyside;hp=-c --- 5b000cda7e4c8fbbff922424dc6c42dd8644c743 diff --git a/doc/forum/Spaces_in_URLs.mdwn b/doc/forum/Spaces_in_URLs.mdwn new file mode 100644 index 000000000..dc29a2ee9 --- /dev/null +++ b/doc/forum/Spaces_in_URLs.mdwn @@ -0,0 +1,8 @@ +There is one file on my site that had a space in the name; +on my old site, this link worked: +[http://dada.pink/scarsdale/Statement 20140527.pdf](http://dada.pink/scarsdale/Statement 20140527.pdf) + +Now that I've moved to Ikiwiki, that doesn't work. So I moved the file here: +[http://dada.pink/scarsdale/Statement_20140527.pdf](http://dada.pink/scarsdale/Statement_20140527.pdf) + +Is there a better approach to maintaining this link than setting an alias in Apache?