diff options
author | http://smcv.pseudorandom.co.uk/ <smcv@web> | 2014-03-03 05:06:44 -0400 |
---|---|---|
committer | admin <admin@branchable.com> | 2014-03-03 05:06:44 -0400 |
commit | 8142406c3121967289c38152c5bed5141780be48 (patch) | |
tree | 4af16f78f06ab2c07448c9e1618fa85eba2729b7 /doc | |
parent | 8279db286259c157a4db14e9113fc4b4d944cbb6 (diff) | |
download | ikiwiki-8142406c3121967289c38152c5bed5141780be48.tar ikiwiki-8142406c3121967289c38152c5bed5141780be48.tar.gz |
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bugs/redirect.mdwn | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/bugs/redirect.mdwn b/doc/bugs/redirect.mdwn index 521c29f9e..6296c3df1 100644 --- a/doc/bugs/redirect.mdwn +++ b/doc/bugs/redirect.mdwn @@ -10,3 +10,17 @@ if we do this, then the following command should print 302 curl -o /dev/null -s -w "%{http_code}" http://baz.thomaslevine.com/bar/ + +> An interesting idea, but it conflicts somewhat with wanting symlinks to be +> treated as the referenced file when it's safe to do so, which would be +> great for [[todo/git-annex support]], and also good to avoid duplication +> for files in system-wide underlays. +> +> Also, I don't think this is possible without help from the web server +> configuration: for instance, under Apache, I believe the only way to get +> an HTTP 302 redirect is via Apache-specific `.htaccess` files or +> system-level Apache configuration. +> +> In current ikiwiki, you can get a broadly similar effect by either +> using \[[!meta redir=foo]] (which does a HTML `<meta>` redirect) +> or reconfiguring the web server. --[[smcv]] |