ikiwiki/doc/forum/Spaces_in_URLs.mdwn

11 lines
563 B
Plaintext
Raw Normal View History

2014-07-27 18:10:22 +02:00
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?
2014-07-28 15:17:28 +02:00
> You can add the space character to the `wiki_file_chars` argument in your setup file. -- [[Jon]]