diff options
author | https://pypi.python.org/id/tlevine <https://pypi.python.org/id/tlevine@web> | 2014-07-27 12:10:22 -0400 |
---|---|---|
committer | admin <admin@branchable.com> | 2014-07-27 12:10:22 -0400 |
commit | 5b000cda7e4c8fbbff922424dc6c42dd8644c743 (patch) | |
tree | 2d8088b263f356053386d980c6d58bbf7df482f3 /doc | |
parent | 3f1b471e547a45e88762fb8ee5371ed960f1e326 (diff) | |
download | ikiwiki-5b000cda7e4c8fbbff922424dc6c42dd8644c743.tar ikiwiki-5b000cda7e4c8fbbff922424dc6c42dd8644c743.tar.gz |
Diffstat (limited to 'doc')
-rw-r--r-- | doc/forum/Spaces_in_URLs.mdwn | 8 |
1 files changed, 8 insertions, 0 deletions
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? |